|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
Initialized by org.jau.sys.RuntimeProps.
More...
Static Public Member Functions | |
| static void | checkInitialized () |
| static boolean | isInitialized () |
| static void | initSingleton () |
| kick off static initialization of platform property information and native gluegen_rt lib loading | |
| static MachineDataInfo | getMachineDataInfo () |
| Returns the MachineDataInfo of the running machine. | |
| static final boolean | getUseTempJarCache () |
| Returns true if enabled and in use. | |
Static Public Attributes | |
| static final boolean | USE_TEMP_JAR_CACHE |
| true if enabled and in use. | |
| static final boolean | isRunningFromJarURL |
| static final MachineDataInfo | MACH_DESC_RT |
Runtime determined MachineDataInfo. | |
Initialized by org.jau.sys.RuntimeProps.
Definition at line 23 of file PlatformRuntime.java.
|
static |
|
static |
Returns the MachineDataInfo of the running machine.
Definition at line 136 of file PlatformRuntime.java.
|
static |
Returns true if enabled and in use.
System property: 'jau.pkg.UseTempJarCache', defaults to true if OS_TYPE is not OSType#ANDROID.
Definition at line 147 of file PlatformRuntime.java.
|
static |
kick off static initialization of platform property information and native gluegen_rt lib loading
Definition at line 130 of file PlatformRuntime.java.
|
static |
Definition at line 124 of file PlatformRuntime.java.
|
static |
Definition at line 43 of file PlatformRuntime.java.
|
static |
Runtime determined MachineDataInfo.
Definition at line 46 of file PlatformRuntime.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 37 of file PlatformRuntime.java.