Helper routines for logging and debugging.
More...
|
| static final void | initSingleton () |
| | Ensures static init block has been issues, i.e.
|
| |
| static final boolean | verbose () |
| |
| static final boolean | debugAll () |
| |
| static final boolean | debug (final String subcomponent) |
| |
| 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.
|
| |
| 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 String | jnlp_prefix = "jnlp." |
| | trusted build-in property prefix 'jnlp.
|
| |
| static final String | javaws_prefix = "javaws." |
| | trusted build-in property prefix 'javaws.
|
| |
| static final void | addTrustedPrefix (final String prefix) throws SecurityException |
| |
Helper routines for logging and debugging.
Definition at line 35 of file Debug.java.
◆ debug()
| static final boolean org.jau.sys.Debug.debug |
( |
final String | subcomponent | ) |
|
|
static |
◆ debugAll()
| static final boolean org.jau.sys.Debug.debugAll |
( |
| ) |
|
|
static |
◆ initSingleton()
| static final void org.jau.sys.Debug.initSingleton |
( |
| ) |
|
|
static |
◆ verbose()
| static final boolean org.jau.sys.Debug.verbose |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: