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.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.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.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
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.
ConfigurationValidationException
          Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
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.
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.
ResolvedProperty
          A resolved property provides, in addition to a Property also the resolved and converted value.
SerializableConfigurationProperties
          Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
UnknownProperties
          The set of unknown properties.
UnknownPropertyException
          Signals that a property is unknown.
 

Classes in de.smartics.properties.api.config.domain used by de.smartics.properties.impl.config.cache
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.
Property
          Stores information of a property.
ResolvedProperty
          A resolved property provides, in addition to a Property also the resolved and converted value.
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.
 

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.
Property
          Stores information of a property.
PropertyCollection
          Models a collection of properties as String keys and values to iterate over.
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
CompoundConfigurationException
          Signals multiple problems with a configuration.
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.
Property
          Stores information of a property.
ResolvedProperty
          A resolved property provides, in addition to a Property also the resolved and converted value.
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.
 

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.
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.
ResolvedProperty
          A resolved property provides, in addition to a Property also the resolved and converted value.
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.
 

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.