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

Packages that use PropertyCollection
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
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
de.smartics.properties.spi.config.validation Provides validation utilities. 
 

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

Methods in de.smartics.properties.api.config.domain that return PropertyCollection
 PropertyCollection PropertyProvider.getProperties()
          Returns the collection of all property values known to the system.
 

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

Methods in de.smartics.properties.impl.config.ds that return PropertyCollection
protected  PropertyCollection DataSourceConfigurationProperties.getPropertyCollectionFromStore()
           
 

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

Classes in de.smartics.properties.spi.config.ds that implement PropertyCollection
 class DsPropertyCollection
          Implementation of PropertyCollection based on accessing a data source.
 

Methods in de.smartics.properties.spi.config.ds that return PropertyCollection
 PropertyCollection PropertiesStore.getCollection()
          The collection of all properties stored.
 PropertyCollection DataSourceConfigurationPropertyProvider.getProperties()
           
 

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

Classes in de.smartics.properties.spi.config.support that implement PropertyCollection
 class MappedPropertyCollection
          Implementation of PropertyCollection based on a Map.
 class NativePropertyCollection
          Implementation of PropertyCollection based on a Map.
 class PropertiesPropertyCollection
          Implementation of PropertyCollection based on properties.
 

Methods in de.smartics.properties.spi.config.support that return PropertyCollection
 PropertyCollection PropertiesPropertyProvider.getProperties()
           
 PropertyCollection InMemoryPropertiesManager.getProperties()
           
protected  PropertyCollection AbstractInMemoryConfigurationProperties.getPropertyCollectionFromStore()
           
protected abstract  PropertyCollection AbstractConfigurationPropertiesManagement.getPropertyCollectionFromStore()
          Returns a collection to iterate over all properties of the configuration.
 

Uses of PropertyCollection in de.smartics.properties.spi.config.validation
 

Methods in de.smartics.properties.spi.config.validation with parameters of type PropertyCollection
 void ConfigurationValidator.validate(PropertyCollection properties)
          Validates the given properties.
 



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