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.jndi Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. 
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 AutodetectDataSourceConfigurationPropertiesFactory
          Factory, configured by properties in the "META-INF/smartics-properties/datasource.properties" folder, to create instances of DataSourceConfigurationProperties.
 class DataSourceConfigurationPropertiesFactory
          Factory to create instances of DataSourceConfigurationProperties to access properties in data sources.
 

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

Subclasses of AbstractConfigurationPropertiesFactory in de.smartics.properties.impl.config.jndi
 class JndiConfigurationPropertiesFactory
          Factory to create instances of JndiConfigurationProperties.
 

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 AutodetectDataSourceResourceConfigurationPropertiesFactory
          Factory to create instances of ConfigurationPropertiesManagement being based on a delegate passed to it.
 class ResourceConfigurationPropertiesFactory
          Factory to create instances of ConfigurationPropertiesManagement to fetch properties from Maven artifacts.
 

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.