Config
Module | ejs.sys |
Definition | class Config |
Inheritance | Config Object |
Specified | ejscript-1.1 |
Stability | Evolving. |
Config class providing settings for various "configure" program settings.
Properties
Qualifiers | Property | Type | Description |
public static const | BinDir | Path | Binaries directory. |
public static const | CPU | String | CPU type (eg. I386, ppc, arm). |
public static const | Debug | Boolean | True if a debug build. |
public static const | LibDir | Path | Installation library directory. |
public static const | ModDir | Path | Modules directory. |
public static const | Multithread | Boolean | Build with multithreading support. |
public static const | OS | String | Operating system version. One of: WIN, LINUX, MACOSX, FREEBSD, SOLARIS. |
public static const | Product | String | Ejscript product name. Single word name. |
public static const | Title | String | Ejscript product title. Multiword title. |
public static const | Version | String | Ejscript version. Multiword title. Format is Major.Minor.Patch-Build For example: 1.1.2-1. |
Inherited Properties
Config Methods
Qualifiers | Method |
No methods defined |
Inherited Methods