Uses of Package
de.smartics.properties.api.config.domain

Packages that use de.smartics.properties.api.config.domain
de.smartics.properties.api.config.app Provides application configurations to be used by clients to this library. 
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.config.transfer Provides services to transfer properties from a source to a target destination. 
de.smartics.properties.config.transfer.filesystem Provides an implementation for writing property definitions to a file system. 
de.smartics.properties.config.transfer.jdbc Provides an implementation for writing property definitions to a database via JDBC. 
de.smartics.properties.config.transfer.templatestream Provides an implementation for writing property definitions to a stream using templates. 
de.smartics.properties.impl.config.cache Provides a ConfigurationPropertiesManagement implementation that provides a cache. 
de.smartics.properties.impl.config.classpath Provides a ConfigurationProperties implementation based on Properties that provides properties from registered declarations and definitions on the class path. 
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
de.smartics.properties.impl.config.jndi Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. 
de.smartics.properties.impl.config.properties Provides a ConfigurationProperties implementation based on Properties
de.smartics.properties.impl.config.resource Provides a SerializableConfigurationPropertiesManagement implementation based on accessing remote resources. 
de.smartics.properties.spi.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.ds Provides implementations to provide access to data sources from configuration factories. 
de.smartics.properties.spi.config.proxy Provides classes to create a java dynamic proxy for a given properties interface. 
de.smartics.properties.spi.config.resolve Provides an interface to the resolving placeholders. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
de.smartics.properties.spi.config.transfer Provides services to transfer properties from a source to a target destination. 
de.smartics.properties.spi.config.validation Provides validation utilities. 
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.api.config.app
ConfigurationException
          Signals problems with a configuration.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.api.config.domain
ConfigControl
          Controls how configurations are configured within a given thread.
ConfigurationCode
          Codes dealing with property problems.
ConfigurationException
          Signals problems with a configuration.
ConfigurationLoadingException
          Signals that configuration with the given key cannot be loaded.
ConfigurationMessageBean
          Provides context information for transfer problems.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
ConfigurationRepository
          Provides access to configurations for applications in the configured environments.
ConfigurationValidationException
          Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
DescribedProperty
          Extends the Property with metadata concerning the property and the configuration.
DuplicateConfigurationException
          Signals that a configuration with the given key has already been registered.
DuplicatePropertyDefinitionException
          Signals that a property descriptor has been encountered twice.
MissingConfigurationException
          Signals that a configuration with the given key cannot be found.
Property
          Stores information of a property.
PropertyCollection
          Models a collection of properties as String keys and values to iterate over.
PropertyDefinition
          Container of the property information the index provides.
PropertyExpressionWithSourceMessageBean
          Provides information about property resolving problems including the source location.
PropertyLocation
          Identifies the location of a property.
PropertyProvider
          Defines an interface to read property values from a source.
PropertySource
          Defines a source for properties with read and write access.
PropertyStoreAccessor
          Provides direct access to the properties of a configuration.
PropertyStoreCode
          Codes dealing with property store problems.
PropertyStoreException
          Signals problems with accessing a property store.
PropertyStoreMessageBean
          Provides context information for problems dealing with property stores.
PropertyValidationWithSourceMessageBean
          Provides information about property violations including the source location.
PropertyValueWithSourceMessageBean
          Provides information about property conversion problems including the source location.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
TypeProblemMessageBean
          Provides context information for errors regarding a type.
UnknownProperties
          The set of unknown properties.
UnknownPropertyException
          Signals that a property is unknown.
ValidatedProperty
          A validated property provides, in addition to a Property also the resolved, converted, and validated value.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.api.config.transfer
ConfigurationException
          Signals problems with a configuration.
ConfigurationMessageBean
          Provides context information for transfer problems.
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.config.transfer.filesystem
ConfigurationMessageBean
          Provides context information for transfer problems.
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.config.transfer.jdbc
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.config.transfer.templatestream
ConfigurationMessageBean
          Provides context information for transfer problems.
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.cache
AbstractAdminModeSupportedPropertiesManagement
          Base implementation to support administration modes.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
ConfigurationValidationException
          Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
DescribedProperty
          Extends the Property with metadata concerning the property and the configuration.
Property
          Stores information of a property.
PropertyProvider
          Defines an interface to read property values from a source.
PropertyStoreAccessor
          Provides direct access to the properties of a configuration.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
UnknownPropertyException
          Signals that a property is unknown.
ValidatedProperty
          A validated property provides, in addition to a Property also the resolved, converted, and validated value.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.classpath
ConfigurationException
          Signals problems with a configuration.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.ds
ConfigurationException
          Signals problems with a configuration.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
PropertyProvider
          Defines an interface to read property values from a source.
PropertyStoreAccessor
          Provides direct access to the properties of a configuration.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.jndi
ConfigurationException
          Signals problems with a configuration.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
PropertyProvider
          Defines an interface to read property values from a source.
PropertyStoreAccessor
          Provides direct access to the properties of a configuration.
PropertyStoreException
          Signals problems with accessing a property store.
PropertyStoreMessageBean
          Provides context information for problems dealing with property stores.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.properties
ConfigurationException
          Signals problems with a configuration.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.resource
ConfigurationException
          Signals problems with a configuration.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.domain
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
ConfigurationValidationException
          Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
DescribedProperty
          Extends the Property with metadata concerning the property and the configuration.
Property
          Stores information of a property.
PropertyProvider
          Defines an interface to read property values from a source.
PropertyStoreAccessor
          Provides direct access to the properties of a configuration.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
UnknownPropertyException
          Signals that a property is unknown.
ValidatedProperty
          A validated property provides, in addition to a Property also the resolved, converted, and validated value.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.ds
Property
          Stores information of a property.
PropertyCollection
          Models a collection of properties as String keys and values to iterate over.
PropertyLocation
          Identifies the location of a property.
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.proxy
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.resolve
ConfigurationException
          Signals problems with a configuration.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
UnknownPropertyException
          Signals that a property is unknown.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.support
CompoundConfigurationException
          Signals multiple problems with a configuration.
ConfigurationException
          Signals problems with a configuration.
ConfigurationLoadingException
          Signals that configuration with the given key cannot be loaded.
ConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
ConfigurationRepository
          Provides access to configurations for applications in the configured environments.
ConfigurationRepositoryManagement
          Management interface to change configuration properties.
ConfigurationValidationException
          Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
DescribedProperty
          Extends the Property with metadata concerning the property and the configuration.
DuplicateConfigurationException
          Signals that a configuration with the given key has already been registered.
MissingConfigurationException
          Signals that a configuration with the given key cannot be found.
Property
          Stores information of a property.
PropertyCollection
          Models a collection of properties as String keys and values to iterate over.
PropertyLocation
          Identifies the location of a property.
PropertyManager
          Provides means to manage properties.
PropertyProvider
          Defines an interface to read property values from a source.
PropertySource
          Defines a source for properties with read and write access.
PropertyStoreAccessor
          Provides direct access to the properties of a configuration.
PropertyStoreException
          Signals problems with accessing a property store.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
UnknownPropertyException
          Signals that a property is unknown.
ValidatedProperty
          A validated property provides, in addition to a Property also the resolved, converted, and validated value.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.transfer
PropertyProvider
          Defines an interface to read property values from a source.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.spi.config.validation
ConfigurationPropertiesManagement
          Provides management access to the configuration properties.
ConfigurationValidationException
          Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
PropertyCollection
          Models a collection of properties as String keys and values to iterate over.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.