Config
Module | ejs.sys |
Namespace | "ejs.sys" |
Definition | class Config |
Inheritance | Config Object |
Config class providing settings for various.
/configure settings.
Properties
Qualifiers | Property | Type | Description |
public static const | BinDir | String | Binaries directory. |
public static const | CPU | String | CPU type (eg. I386, ppc, arm). |
public static const | DB | Boolean | Build with database (SQLite) support. |
public static const | Debug | Boolean | True if a debug build. |
public static const | E4X | Boolean | Build with E4X support. |
public static const | Floating | Boolean | Build with floating point support. |
public static const | Http | Boolean | Build with HTTP client support. |
public static const | Lang | String | Language specification level. (ecma|plus|fixed). |
public static const | Legacy | Boolean | Build with legacy API support. |
public static const | LibDir | String | Installation library directory. |
public static const | Multithread | Boolean | Build with multithreading support. |
public static const | NumberType | String | Number type. |
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 | RegularExpressions | Boolean | Regular expression support. |
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. |
Config Methods
Qualifiers | Method |
No methods defined |
Inherited Methods