Config
Module | ejs |
Definition | class Config |
Inheritance | Config ![]() |
Specified | ejscript-2.5 |
Stability | Evolving (. |
Config class providing settings for various "configure" program settings.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
static | Bin | Path | Binaries directory. |
static | CPU | String | System CPU type (eg. X86, x64, ppc, arm). This is the type of the system CPU and not the application instruction set. |
static | Debug | Boolean | True if a debug build. |
static | OS | String | Operating system version. One of: WINDOWS, LINUX, MACOSX, FREEBSD, SOLARIS, CYGWIN, VXWORKS. |
static | Inc | Path | Include directory. |
static | Product | String | Ejscript product name. Single word name. |
static | Title | String | Ejscript product title. Multiword title. |
static | Version | String | Ejscript version. Multiword title. Format is Major.Minor.Patch-Build For example: 1.1.2-1. |
Config Class Methods
(No own class methods defined)
Config Instance Methods
(No own instance methods defined)