|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
Runtime platform properties derived from PlatformProps and runtime query.
More...
Static Public Member Functions | |
| static void | initSingleton () |
| static final boolean | getUseTempJarCache () |
| Returns true if enabled and in use. | |
Static Public Attributes | |
| static final boolean | DEBUG |
| static final MachineDataInfo | MACH_DESC_RT |
Runtime determined MachineDataInfo, null if not available (i.e. | |
| static final boolean | USE_TEMP_JAR_CACHE |
| true if enabled and in use. | |
Protected Member Functions | |
| RuntimeProps () | |
Runtime platform properties derived from PlatformProps and runtime query.
Static initializer loads the native jaulib library, if available.
Definition at line 35 of file RuntimeProps.java.
|
protected |
Definition at line 120 of file RuntimeProps.java.
|
static |
Returns true if enabled and in use.
System property: 'jau.pkg.UseTempJarCache', defaults to true if O is not OSType#ANDROID.
Definition at line 118 of file RuntimeProps.java.
|
static |
|
static |
Definition at line 42 of file RuntimeProps.java.
|
static |
Runtime determined MachineDataInfo, null if not available (i.e.
no JNI libs loaded).
Definition at line 45 of file RuntimeProps.java.
|
static |
true if enabled and in use.
System property: 'jau.pkg.UseTempJarCache', defaults to true if OS_TYPE is not OSType#ANDROID.
Definition at line 54 of file RuntimeProps.java.