Uses of Interface
de.smartics.properties.spi.config.support.ConfigurationPropertiesSpi

Packages that use ConfigurationPropertiesSpi
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.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

Uses of ConfigurationPropertiesSpi in de.smartics.properties.impl.config.cache
 

Classes in de.smartics.properties.impl.config.cache that implement ConfigurationPropertiesSpi
 class SerializableCacheConfigurationPropertiesManagement
          A delegate that provides a cache.
 

Uses of ConfigurationPropertiesSpi in de.smartics.properties.impl.config.classpath
 

Classes in de.smartics.properties.impl.config.classpath that implement ConfigurationPropertiesSpi
 class ClasspathConfigurationProperties
          Implementation based on Properties.
 

Uses of ConfigurationPropertiesSpi in de.smartics.properties.impl.config.ds
 

Classes in de.smartics.properties.impl.config.ds that implement ConfigurationPropertiesSpi
 class DataSourceConfigurationProperties
          Implementation based on Properties.
 

Uses of ConfigurationPropertiesSpi in de.smartics.properties.impl.config.properties
 

Classes in de.smartics.properties.impl.config.properties that implement ConfigurationPropertiesSpi
 class PropertiesConfigurationProperties
          Implementation based on Properties.
 

Uses of ConfigurationPropertiesSpi in de.smartics.properties.spi.config.support
 

Subinterfaces of ConfigurationPropertiesSpi in de.smartics.properties.spi.config.support
 interface ConfigurationPropertiesManagementSpi
          Provides an extended interface to service providers.
 interface SerializableConfigurationPropertiesManagementSpi
          Provides an extended interface to service providers.
 

Classes in de.smartics.properties.spi.config.support that implement ConfigurationPropertiesSpi
 class AbstractConfigurationProperties
          Abstract implementation of the SerializableConfigurationProperties interface.
 class AbstractConfigurationPropertiesManagement
          Abstract implementation of the ConfigurationProperties interface.
 class AbstractInMemoryConfigurationProperties
          An implementation that stores all properties in-memory.
 class BootConfigurationProperties
          Implementation based on Properties.
 class 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.
 



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