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

Packages that use ConfigurationPropertiesManagementFactory
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 ConfigurationPropertiesManagementFactory in de.smartics.properties.impl.config.classpath
 

Classes in de.smartics.properties.impl.config.classpath that implement ConfigurationPropertiesManagementFactory
 class ClasspathConfigurationPropertiesFactory
          Factory to create instances of ClasspathConfigurationProperties.
 

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

Classes in de.smartics.properties.impl.config.ds that implement ConfigurationPropertiesManagementFactory
 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 ConfigurationPropertiesManagementFactory in de.smartics.properties.impl.config.jndi
 

Classes in de.smartics.properties.impl.config.jndi that implement ConfigurationPropertiesManagementFactory
 class JndiConfigurationPropertiesFactory
          Factory to create instances of JndiConfigurationProperties.
 

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

Classes in de.smartics.properties.impl.config.properties that implement ConfigurationPropertiesManagementFactory
 class PropertiesConfigurationPropertiesFactory
          Factory to create instances of PropertiesConfigurationProperties.
 

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

Classes in de.smartics.properties.impl.config.resource that implement ConfigurationPropertiesManagementFactory
 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 ConfigurationPropertiesManagementFactory in de.smartics.properties.spi.config.support
 

Classes in de.smartics.properties.spi.config.support that implement ConfigurationPropertiesManagementFactory
 class AbstractConfigurationPropertiesFactory<T extends ConfigurationPropertiesManagement>
          Base implementation of the ConfigurationPropertiesManagementFactory.
 

Constructors in de.smartics.properties.spi.config.support with parameters of type ConfigurationPropertiesManagementFactory
InMemoryConfigurationRepositoryManagement(PropertyDescriptorRegistry registry, ConfigurationPropertiesManagementFactory factory)
          Default constructor.
 



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