public class GlobalPropertiesStaticResourceCollection extends PropertyStaticCollection
PropertyFrameworkGlobals
,
Serialized FormModifier and Type | Field and Description |
---|---|
static Property<Boolean> |
GLOBAL_AUTO_ENCRYPT_PASSWORDS
Property name "global.auto.encrypt.passwords".
|
static Property<Boolean> |
GLOBAL_AUTO_REGISTER_PROPERTY_COLLECTIONS
Property name "global.auto.register.property.collections".
|
static Property<Long> |
GLOBAL_DEFAULT_PROPERTY_IO_CACHING_TIME
Property name "global.default.property.io.caching.time".
|
static Property<Proxy> |
GLOBAL_DEFAULT_PROXY
Property name "global.default.proxy".
|
static Property<Boolean> |
GLOBAL_DISCARD_VALUE_QUOTES
Property name "global.disard.value.quotes".
|
static Property<Double> |
GLOBAL_DOUBLE_PRECISION
Property name "global.double.precision".
|
static Property<Boolean> |
GLOBAL_LOG_DEBUG_FRAMEWORK_PERFORMANCE
Property name "global.log.debug.framework.performance".
|
static Property<Boolean> |
GLOBAL_LOG_FILE_VALIDATIONS
Property name "global.log.file.validations".
|
static Property<Boolean> |
GLOBAL_LOG_WARNING_IF_USING_DEFAULT_VALUES
Property name "global.log.warning.if.using.default.values".
|
static Property<Class<?>> |
GLOBAL_PROPERTY_DESCRIPTION_LOCALIZER
Property name "global.property.description.localizer".
|
static Property<Boolean> |
GLOBAL_REPLACE_INLINED_PROPERTIES
Property name "global.replace.inlined.properties".
|
static String |
GLOBAL_RESOURCE_PROPERTIES
The properties file in classpath where global properties can be set.
|
static Property<Boolean> |
GLOBAL_USE_DEFAULT_VALUES
Property name "global.use.default.values".
|
static Property<Boolean> |
GLOBAL_VALIDATE_IPATH_PROPERTY_TYPES
Property name "".
|
PROPERTY_REGISTRY_DO_NOT_REGISTER, PROPERTY_REGISTRY_NO_TIMEOUT
Modifier and Type | Method and Description |
---|---|
static GlobalPropertiesStaticResourceCollection |
getInstance()
Get the instance of GlobalPropertiesStaticResourceCollection if the property file "jhpropertiestypes.global.properies" was found in classpath.
|
addPropertyChangeListener, getIo, getIterator, getList, getLogger, getName, getProperties, getPropertyByName, getPropertyFieldFilter, getPropertyValidationHandler, getRegistryTimeout, initialize, postValidation, preValidation, reload, removeAllPropertyChangeListeners, removePropertyChangeListener, setProperties, setPropertyValidationHandler, size, validate, validation
public static final String GLOBAL_RESOURCE_PROPERTIES
public static final Property<Boolean> GLOBAL_REPLACE_INLINED_PROPERTIES
public static final Property<Boolean> GLOBAL_USE_DEFAULT_VALUES
public static final Property<Boolean> GLOBAL_LOG_WARNING_IF_USING_DEFAULT_VALUES
public static final Property<Boolean> GLOBAL_LOG_DEBUG_FRAMEWORK_PERFORMANCE
public static final Property<Boolean> GLOBAL_LOG_FILE_VALIDATIONS
public static final Property<Boolean> GLOBAL_AUTO_ENCRYPT_PASSWORDS
public static final Property<Boolean> GLOBAL_VALIDATE_IPATH_PROPERTY_TYPES
public static final Property<Boolean> GLOBAL_AUTO_REGISTER_PROPERTY_COLLECTIONS
public static final Property<Boolean> GLOBAL_DISCARD_VALUE_QUOTES
public static final Property<Double> GLOBAL_DOUBLE_PRECISION
public static final Property<Proxy> GLOBAL_DEFAULT_PROXY
public static final Property<Class<?>> GLOBAL_PROPERTY_DESCRIPTION_LOCALIZER
public static final Property<Long> GLOBAL_DEFAULT_PROPERTY_IO_CACHING_TIME
public static GlobalPropertiesStaticResourceCollection getInstance()
null
.