de.smartics.properties.spi.config.support
Class BootConfigurationProperties
java.lang.Object
de.smartics.properties.spi.config.support.AbstractConfigurationProperties
de.smartics.properties.spi.config.support.AbstractAdminModeConfigurationProperties
de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesManagement
de.smartics.properties.spi.config.support.AbstractInMemoryConfigurationProperties
de.smartics.properties.spi.config.support.BootConfigurationProperties
-
All Implemented Interfaces:
-
ConfigurationProperties,
ConfigurationPropertiesManagement,
SerializableConfigurationProperties,
SerializableConfigurationPropertiesManagement,
ConfigurationPropertiesManagementSpi,
ConfigurationPropertiesSpi,
Serializable
-
@ThreadSafe
public final class BootConfigurationProperties
-
extends
AbstractInMemoryConfigurationProperties
Implementation based on Properties
.
This implementation is used by the loader of boot properties only.
-
See Also:
-
Serialized Form
Methods inherited from class de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesManagement |
addDefinitions, addDescriptors, deletePropertyInStore, flush, getDescriptor, getDescriptor, getMandatoryPropertyDescriptors, getProperty, getProperty, getPropertyAsType, getPropertyCollectionFromStore, getPropertyFromStore, getValidatedProperty, setProperty, setPropertyToStore, unsetProperty, validate, validate, validate |
Methods inherited from class de.smartics.properties.spi.config.support.AbstractConfigurationProperties |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getContext, getContext, getKey, getProperties, getProperties, getProperty, getProperty, getProperty, getPropertyDescriptor, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueSecurity, getRegistry, getValidatedProperty, getValidatedProperty, removePropertyChangeListener, removePropertyChangeListener, resolveAndConvert, resolveAndConvertAndValidate, validate, validate, validate |
Methods inherited from interface de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement |
addDefinitions, addDescriptors, flush, getDescriptor, getDescriptor, getMandatoryPropertyDescriptors, getPropertyValueSecurity, getRegistry, setProperty, setToAdminMode, toRepresentative, unsetProperty |
Methods inherited from interface de.smartics.properties.api.config.domain.ConfigurationProperties |
addPropertyChangeListener, addPropertyChangeListener, getContext, getContext, getKey, getProperties, getProperty, getProperty, getProperty, getProperty, getProperty, getPropertyAsType, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueAsString, getValidatedProperty, getValidatedProperty, getValidatedProperty, isInAdminMode, removePropertyChangeListener, removePropertyChangeListener, validate, validate, validate, validate, validate |
BootConfigurationProperties
public BootConfigurationProperties(PropertyDescriptorRegistry registry,
PropertyValueSecurity decrypter)
throws de.smartics.util.lang.NullArgumentException
-
Default constructor.
-
Parameters:
-
registry
- the registry to resolve property descriptors.
-
decrypter
- the helper to decrypt secured property values.
-
Throws:
-
de.smartics.util.lang.NullArgumentException
- if
registry
or
decrypter
is
null
.
toSerializable
public SerializableConfigurationPropertiesManagement toSerializable()
-
Description copied from interface:
ConfigurationProperties
-
Creates a serializable variant of this implementation.
-
-
Returns:
-
a serializable variant of this implementation.
-
See Also:
-
ConfigurationPropertiesProxy
,
ConfigurationPropertiesManagementProxy
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.