|
jaulib v1.5.0
Jau Support Library (C++, Java, ..)
|
Helper routines for logging and debugging. More...
Static Public Member Functions | |
| static final boolean | debug (final String subcomponent) |
| static final boolean | debugAll () |
| static final void | initSingleton () |
| Ensures static init block has been issues, i.e. | |
| static final boolean | verbose () |
Static Public Member Functions inherited from org.jau.sys.PropertyAccess | |
| 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 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 String | getProperty (final String propertyKey, final boolean jnlpAlias) throws SecurityException, NullPointerException, IllegalArgumentException |
Query the property with the name propertyKey. | |
| 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. | |
| static final boolean | isPropertyDefined (final String property, final boolean jnlpAlias) |
| static final boolean | isTrusted (final String propertyKey) |
Additional Inherited Members | |
Static Public Attributes inherited from org.jau.sys.PropertyAccess | |
| static final String | javaws_prefix = "javaws." |
| trusted build-in property prefix 'javaws. | |
| static final String | jnlp_prefix = "jnlp." |
| trusted build-in property prefix 'jnlp. | |
Static Protected Member Functions inherited from org.jau.sys.PropertyAccess | |
| static final void | addTrustedPrefix (final String prefix) throws SecurityException |
Helper routines for logging and debugging.
Definition at line 35 of file Debug.java.
|
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.
|
static |
Definition at line 55 of file Debug.java.
|
static |
Definition at line 59 of file Debug.java.
|
static |
Definition at line 63 of file Debug.java.