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

Helper routines for logging and debugging. More...

Inheritance diagram for org.jau.sys.Debug:
Collaboration diagram for org.jau.sys.Debug:

Static Public Member Functions

static final void initSingleton ()
 Ensures static init block has been issues, i.e. More...
 
static final boolean verbose ()
 
static final boolean debugAll ()
 
static final boolean debug (final String subcomponent)
 
- Static Public Member Functions inherited from org.jau.sys.PropertyAccess
static final boolean isTrusted (final String propertyKey)
 
static final int getIntProperty (final String property, final boolean jnlpAlias, final int defaultValue)
 
static final long getLongProperty (final String property, final boolean jnlpAlias, final long defaultValue)
 
static final boolean getBooleanProperty (final String property, final boolean jnlpAlias)
 
static final boolean getBooleanProperty (final String property, final boolean jnlpAlias, final boolean defaultValue)
 
static final boolean isPropertyDefined (final String property, final boolean jnlpAlias)
 
static final String getProperty (final String propertyKey, final boolean jnlpAlias) throws SecurityException, NullPointerException, IllegalArgumentException
 Query the property with the name propertyKey. More...
 
static final String getProperty (final String propertyKey, final boolean jnlpAlias, final String defaultValue) throws SecurityException, NullPointerException, IllegalArgumentException
 See getProperty(String, boolean), additionally allows a defaultValue if property value is null. More...
 

Additional Inherited Members

- Static Public Attributes inherited from org.jau.sys.PropertyAccess
static final String jnlp_prefix = "jnlp."
 trusted build-in property prefix 'jnlp. More...
 
static final String javaws_prefix = "javaws."
 trusted build-in property prefix 'javaws. More...
 
- Static Protected Member Functions inherited from org.jau.sys.PropertyAccess
static final void addTrustedPrefix (final String prefix) throws SecurityException
 

Detailed Description

Helper routines for logging and debugging.

Definition at line 35 of file Debug.java.

Member Function Documentation

◆ debug()

static final boolean org.jau.sys.Debug.debug ( final String  subcomponent)
static

Definition at line 63 of file Debug.java.

Here is the call graph for this function:

◆ debugAll()

static final boolean org.jau.sys.Debug.debugAll ( )
static

Definition at line 59 of file Debug.java.

◆ initSingleton()

static final void org.jau.sys.Debug.initSingleton ( )
static

Ensures static init block has been issues, i.e.

if calling through to PropertyAccess#isPropertyDefined(String, boolean).

Definition at line 53 of file Debug.java.

◆ verbose()

static final boolean org.jau.sys.Debug.verbose ( )
static

Definition at line 55 of file Debug.java.


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