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

Runtime platform properties derived from PlatformProps and runtime query. More...

Collaboration diagram for org.jau.sys.RuntimeProps:

Static Public Member Functions

static void initSingleton ()
 
static final boolean getUseTempJarCache ()
 Returns true if enabled and in use. More...
 

Static Public Attributes

static final boolean DEBUG
 
static final MachineDataInfo MACH_DESC_RT
 Runtime determined MachineDataInfo, null if not available (i.e. More...
 
static final boolean USE_TEMP_JAR_CACHE
 true if enabled and in use. More...
 

Protected Member Functions

 RuntimeProps ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RuntimeProps()

org.jau.sys.RuntimeProps.RuntimeProps ( )
protected

Definition at line 120 of file RuntimeProps.java.

Member Function Documentation

◆ getUseTempJarCache()

static final boolean org.jau.sys.RuntimeProps.getUseTempJarCache ( )
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.

◆ initSingleton()

static void org.jau.sys.RuntimeProps.initSingleton ( )
static

Definition at line 109 of file RuntimeProps.java.

Here is the caller graph for this function:

Member Data Documentation

◆ DEBUG

final boolean org.jau.sys.RuntimeProps.DEBUG
static

Definition at line 42 of file RuntimeProps.java.

◆ MACH_DESC_RT

final MachineDataInfo org.jau.sys.RuntimeProps.MACH_DESC_RT
static

Runtime determined MachineDataInfo, null if not available (i.e.

no JNI libs loaded).

Definition at line 45 of file RuntimeProps.java.

◆ USE_TEMP_JAR_CACHE

final boolean org.jau.sys.RuntimeProps.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 54 of file RuntimeProps.java.


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