Config
| Module | ejs.sys |
| Namespace | public |
| Definition | class Config |
| Inheritance | Config Object |
Config class providing settings for various.
/configure settings.
Properties
| Qualifiers | Property | Type | Description |
| const | CPU | String | CPU type (eg. I386, ppc, arm). |
| const | DB | Boolean | Build with database (SQLite) support. |
| const | Debug | Boolean | True if a debug build. |
| const | E4X | Boolean | Build with E4X support. |
| const | ECMA | Boolean | Build with strict ECMA compliance. |
| const | Floating | Boolean | Build with floating point support. |
| const | Http | Boolean | Build with HTTP client support. |
| const | Legacy | Boolean | Build with legacy API support. |
| const | Multithread | Boolean | Build with multithreading support. |
| const | numberType | String | Number type. |
| const | OS | String | Operating system version. One of: WIN, LINUX, MACOSX, FREEBSD, SOLARIS. |
| const | Product | String | Ejscript product name. Single word name. |
| const | RegularExpressions | String | Regular expression support. |
| const | Title | String | Ejscript product title. Multiword title. |
| const | Version | String | Ejscript version. Multiword title. Format is Major.Minor.Patch-Build For example: 1.1.2-1. |
Config Methods
| Qualifiers | Method |
| No methods defined |
Inherited Methods