public final class SystemPropertiesConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_XML_VALIDATION_KEY |
static SystemPropertiesConfiguration |
INSTANCE |
static String |
NON_PORTABLE_MODE_KEY |
Modifier and Type | Method and Description |
---|---|
boolean |
isNonPortableModeEnabled()
The non-portable mode is disabled by default.
|
boolean |
isXmlValidationDisabled()
XML descriptor validation is enabled by default.
|
public static final String DISABLE_XML_VALIDATION_KEY
public static final String NON_PORTABLE_MODE_KEY
public static final SystemPropertiesConfiguration INSTANCE
public boolean isXmlValidationDisabled()
true
if the validation is disabled, false
otherwisepublic boolean isNonPortableModeEnabled()
true
if the non-portable mode is enabled, false
otherwiseCopyright © 2016. All rights reserved.