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

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

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

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

Methods in de.smartics.properties.impl.config.cache that return ConfigurationPropertiesManagementSpi
protected  ConfigurationPropertiesManagementSpi SerializableCacheConfigurationPropertiesManagement.getDelegate()
           
protected  ConfigurationPropertiesManagementSpi CacheConfigurationPropertiesManagement.getDelegate()
           
protected abstract  ConfigurationPropertiesManagementSpi AbstractCacheConfigurationPropertiesManagement.getDelegate()
          Returns a reference to the delegate.
 

Constructors in de.smartics.properties.impl.config.cache with parameters of type ConfigurationPropertiesManagementSpi
CacheConfigurationPropertiesManagement(ConfigurationPropertiesManagementSpi delegate)
          Default constructor.
 

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

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

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

Classes in de.smartics.properties.impl.config.ds that implement ConfigurationPropertiesManagementSpi
 class DataSourceConfigurationProperties
          Implementation based on a data source.
 

Uses of ConfigurationPropertiesManagementSpi in de.smartics.properties.impl.config.jndi
 

Classes in de.smartics.properties.impl.config.jndi that implement ConfigurationPropertiesManagementSpi
 class JndiConfigurationProperties
          Implementation based on JNDI.
 

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

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

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

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

Classes in de.smartics.properties.spi.config.support that implement ConfigurationPropertiesManagementSpi
 class AbstractConfigurationPropertiesManagement
          Abstract implementation of the ConfigurationProperties interface.
 class AbstractExternalConfigurationPropertiesManagement
          Abstract implementation of the ConfigurationProperties interface.
 class AbstractInMemoryConfigurationProperties
          An implementation that stores all properties in-memory.
 class BootConfigurationProperties
          Implementation based on Properties.
 



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