Uses of Interface
de.smartics.properties.api.config.app.ConfigurationPropertiesFactory

Packages that use ConfigurationPropertiesFactory
de.smartics.properties.api.config.app Provides application configurations to be used by clients to this library. 
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.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

Uses of ConfigurationPropertiesFactory in de.smartics.properties.api.config.app
 

Methods in de.smartics.properties.api.config.app with type parameters of type ConfigurationPropertiesFactory
static
<T extends ConfigurationPropertiesFactory>
T
ConfigurationPropertiesFactoryFactory.createFactory(Class<T> factoryType)
          Creates a factory of the given type.
 

Methods in de.smartics.properties.api.config.app that return ConfigurationPropertiesFactory
static ConfigurationPropertiesFactory ConfigurationPropertiesFactoryFactory.createDefaultFactory()
          Creates the default factory found on the class path.
static ConfigurationPropertiesFactory ConfigurationPropertiesFactoryFactory.createFactory(String factoryTypeName)
          Creates a factory for the given type name.
 

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

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

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

Classes in de.smartics.properties.impl.config.ds that implement ConfigurationPropertiesFactory
 class DataSourceConfigurationPropertiesFactory
          Factory to create instances of DataSourceConfigurationProperties.
 

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

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

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

Classes in de.smartics.properties.impl.config.resource that implement ConfigurationPropertiesFactory
 class ResourceConfigurationPropertiesFactory
          Factory to create instances of ConfigurationPropertiesManagement.
 

Uses of ConfigurationPropertiesFactory in de.smartics.properties.spi.config.domain
 

Methods in de.smartics.properties.spi.config.domain that return ConfigurationPropertiesFactory
protected  ConfigurationPropertiesFactory ConfigurationPropertiesProxy.getFactory()
          Returns the factory to create instances of the configuration properties.
 

Constructors in de.smartics.properties.spi.config.domain with parameters of type ConfigurationPropertiesFactory
ConfigurationPropertiesManagementProxy(ConfigurationKey key, ConfigurationPropertiesFactory factory)
          Default constructor.
ConfigurationPropertiesProxy(ConfigurationKey key, ConfigurationPropertiesFactory factory)
          Default constructor.
 

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

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



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