Uses of Interface
de.smartics.properties.api.config.domain.PropertyProvider

Packages that use PropertyProvider
de.smartics.properties.api.config.app Provides application configurations to be used by clients to this library. 
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.ds Provides implementations to provide access to data sources from configuration factories. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

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

Methods in de.smartics.properties.api.config.app with parameters of type PropertyProvider
 void ConfigurationPropertiesFactory.addPropertyProviders(PropertyProvider... providers)
          Adds the given providers of properties as additional property definitions.
 

Method parameters in de.smartics.properties.api.config.app with type arguments of type PropertyProvider
 void ConfigurationPropertiesFactory.addPropertyProviders(Collection<PropertyProvider> providers)
          Adds the given providers of properties as additional property definitions.
 

Uses of PropertyProvider in de.smartics.properties.api.config.domain
 

Subinterfaces of PropertyProvider in de.smartics.properties.api.config.domain
 interface PropertyManager
          Provides means to manage properties.
 interface PropertySource
          Defines a source for properties with read and write access.
 

Uses of PropertyProvider in de.smartics.properties.spi.config.ds
 

Classes in de.smartics.properties.spi.config.ds that implement PropertyProvider
 class DataSourceConfigurationPropertyProvider
          Provides an adapter for properties in a data source to match the PropertyProvider interface.
 

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

Classes in de.smartics.properties.spi.config.support that implement PropertyProvider
 class InMemoryPropertiesManager
          Helper implementation to deal with property management.
 class PropertiesPropertyProvider
          Provides an adapter for Properties instances to match the PropertyProvider interface.
 

Methods in de.smartics.properties.spi.config.support with parameters of type PropertyProvider
 void AbstractConfigurationPropertiesFactory.addPropertyProviders(PropertyProvider... providers)
           
 

Method parameters in de.smartics.properties.spi.config.support with type arguments of type PropertyProvider
 void AbstractConfigurationPropertiesFactory.addPropertyProviders(Collection<PropertyProvider> providers)
           
 void ClassPathLoader.addRootProperties(List<PropertyProvider> rootPropertyProviders)
          Adds the given property providers as additional property definitions.
 



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