|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyCollection | |
---|---|
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 . |
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. |
PropertyCollection |
PropertyStoreAccessor.getPropertyCollectionFromStore() Returns a collection to iterate over all properties of the configuration. |
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(String config) 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 |
MultiPropertyCollection Provides access to a set of property iterators. |
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 |
AbstractConfigurationPropertiesManagement.getPropertyCollectionFromStore() Returns a collection to iterate over all properties of the configuration. |
Methods in de.smartics.properties.spi.config.support with parameters of type PropertyCollection | |
---|---|
void |
MultiPropertyCollection.add(PropertyCollection collection) Adds the given collection to this set. |
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, Class<?>... groups) Validates the given properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |