Uses of Class
de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesFactory

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

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

Subclasses of AbstractConfigurationPropertiesFactory in de.smartics.properties.impl.config.classpath
 class ClasspathConfigurationPropertiesFactory
          Factory to create instances of ClasspathConfigurationProperties.
 

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

Subclasses of AbstractConfigurationPropertiesFactory in de.smartics.properties.impl.config.ds
 class DataSourceConfigurationPropertiesFactory
          Factory to create instances of DataSourceConfigurationProperties.
 

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

Subclasses of AbstractConfigurationPropertiesFactory in de.smartics.properties.impl.config.properties
 class PropertiesConfigurationPropertiesFactory
          Factory to create instances of PropertiesConfigurationProperties.
 

Uses of AbstractConfigurationPropertiesFactory in de.smartics.properties.impl.config.resource
 

Subclasses of AbstractConfigurationPropertiesFactory in de.smartics.properties.impl.config.resource
 class ResourceConfigurationPropertiesFactory
          Factory to create instances of ConfigurationPropertiesManagement.
 

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

Constructors in de.smartics.properties.spi.config.support with parameters of type AbstractConfigurationPropertiesFactory
FactoryCache(ConfigurationRepositoryManagement cache, AbstractConfigurationPropertiesFactory<?> factory)
          Default constructor.
 



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