Package de.smartics.properties.spi.config.support

Package class diagram package de.smartics.properties.spi.config.support
Provides helpers for service provider to implement ConfigurationPropertiesFactory.

See:
          Description

Interface Summary
ConfigurationPropertiesManagementSpi Provides an extended interface to service providers.
ConfigurationPropertiesSpi Provides an extended interface to service providers.
SerializableConfigurationPropertiesManagementSpi Provides an extended interface to service providers.
 

Class Summary
AbstractConfigurationProperties Abstract implementation of the SerializableConfigurationProperties interface.
AbstractConfigurationPropertiesFactory<T extends ConfigurationPropertiesManagement> Base implementation of the ConfigurationPropertiesFactory.
AbstractConfigurationPropertiesManagement Abstract implementation of the ConfigurationProperties interface.
AbstractInMemoryConfigurationProperties An implementation that stores all properties in-memory.
BootConfigurationProperties Implementation based on Properties.
BootLoader Loads boot properties that influence the loading of properties.
ClassPathLoader<T extends ConfigurationPropertiesManagement> Loads property descriptors and properties files found on the class path.
ConfigurationPropertiesManagementWithDefaults A configuration properties instance that contains the main configuration properties, which matches the key, and all the defaults that have a partial representation of the key.
FactoryCache<T extends ConfigurationPropertiesManagement> Creates and caches configurations.
InMemoryConfigurationRepository Default implementation of ConfigurationRepository.
InMemoryConfigurationRepositoryManagement Stores all configurations in memory.
InMemoryPropertiesManager Helper implementation to deal with property management.
MappedPropertyCollection Implementation of PropertyCollection based on a Map.
MultiSourcePropertiesManager Helper to provide multiple sources for any configurations found.
NativePropertyCollection Implementation of PropertyCollection based on a Map.
PropertiesHelper Simple utilities class to help on dealing with properties.
PropertiesPropertyCollection Implementation of PropertyCollection based on properties.
PropertiesPropertyProvider Provides an adapter for Properties instances to match the PropertyProvider interface.
 

Package de.smartics.properties.spi.config.support Description

Provides helpers for service provider to implement ConfigurationPropertiesFactory.

Since:
1.0


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