jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Static Public Member Functions | Static Public Attributes | List of all members
jau.pkg.PlatformRuntime Class Reference

Initialized by org.jau.sys.RuntimeProps. More...

Collaboration diagram for jau.pkg.PlatformRuntime:

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 More...
 
static MachineDataInfo getMachineDataInfo ()
 Returns the MachineDataInfo of the running machine. More...
 
static final boolean getUseTempJarCache ()
 Returns true if enabled and in use. More...
 

Static Public Attributes

static final boolean USE_TEMP_JAR_CACHE
 true if enabled and in use. More...
 
static final boolean isRunningFromJarURL
 
static final MachineDataInfo MACH_DESC_RT
 Runtime determined MachineDataInfo. More...
 

Detailed Description

Initialized by org.jau.sys.RuntimeProps.

Definition at line 23 of file PlatformRuntime.java.

Member Function Documentation

◆ checkInitialized()

static void jau.pkg.PlatformRuntime.checkInitialized ( )
static

Definition at line 119 of file PlatformRuntime.java.

Here is the caller graph for this function:

◆ getMachineDataInfo()

static MachineDataInfo jau.pkg.PlatformRuntime.getMachineDataInfo ( )
static

Returns the MachineDataInfo of the running machine.

Definition at line 136 of file PlatformRuntime.java.

◆ getUseTempJarCache()

static final boolean jau.pkg.PlatformRuntime.getUseTempJarCache ( )
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.

◆ initSingleton()

static void jau.pkg.PlatformRuntime.initSingleton ( )
static

kick off static initialization of platform property information and native gluegen_rt lib loading

Definition at line 130 of file PlatformRuntime.java.

◆ isInitialized()

static boolean jau.pkg.PlatformRuntime.isInitialized ( )
static

Definition at line 124 of file PlatformRuntime.java.

Member Data Documentation

◆ isRunningFromJarURL

final boolean jau.pkg.PlatformRuntime.isRunningFromJarURL
static

Definition at line 43 of file PlatformRuntime.java.

◆ MACH_DESC_RT

final MachineDataInfo jau.pkg.PlatformRuntime.MACH_DESC_RT
static

Runtime determined MachineDataInfo.

Definition at line 46 of file PlatformRuntime.java.

◆ USE_TEMP_JAR_CACHE

final boolean jau.pkg.PlatformRuntime.USE_TEMP_JAR_CACHE
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.


The documentation for this class was generated from the following file: