|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
de.smartics.properties.impl.config.cache | Provides a ConfigurationPropertiesManagement implementation that provides a cache. |
de.smartics.properties.spi.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 Property in de.smartics.properties.api.config.domain |
---|
Subclasses of Property in de.smartics.properties.api.config.domain | |
---|---|
class |
DescribedProperty Extends the Property with metadata concerning the property and the configuration. |
class |
ValidatedProperty A validated property provides, in addition to a Property also the resolved, converted, and validated value. |
Methods in de.smartics.properties.api.config.domain that return Property | |
---|---|
Property |
PropertyStoreAccessor.deletePropertyInStore(String name) Deletes the property with the given name. |
Property |
DuplicatePropertyException.getCurrentProperty() Returns the currently active property. |
Property |
DuplicatePropertyException.getNewProperty() Returns the new encountered property with the same key. |
Property |
PropertyDefinition.getProperty() Returns the value and location information of the property. |
Property |
PropertyProvider.getProperty(String name) Returns the property with the given name . |
Property |
PropertyStoreAccessor.getPropertyFromStore(String name) Fetches the property from the store by the given name. |
Property |
PropertySource.removeProperty(String name) Removes a property making it unknown to the system. |
Property |
PropertySource.setProperty(Property property) Sets the property with the given name to the given value . |
Property |
ConfigurationPropertiesManagement.setProperty(PropertyKey key, String value) Sets the property value for the given key. |
Property |
PropertyStoreAccessor.setPropertyToStore(String name, String value) Sets the property to the given value. |
Property |
ConfigurationPropertiesManagement.unsetProperty(PropertyKey key) Unsets the property value for the given key. |
Methods in de.smartics.properties.api.config.domain that return types with arguments of type Property | |
---|---|
List<Property> |
UnknownProperties.getProperties() Returns a reference to the list on unknown properties. |
Iterator<Property> |
PropertyCollection.iterator() Returns an iterator over a set of properties. |
Methods in de.smartics.properties.api.config.domain with parameters of type Property | |
---|---|
void |
UnknownProperties.add(Property property) Adds the unknown properties to the list. |
int |
Property.compareTo(Property o) |
void |
PropertyIndex.register(PropertyDescriptor descriptor, Property property) Registers the property descriptor and property instance to the index. |
Property |
PropertySource.setProperty(Property property) Sets the property with the given name to the given value . |
Constructors in de.smartics.properties.api.config.domain with parameters of type Property | |
---|---|
DescribedProperty(ConfigurationKey<?> configurationKey, PropertyDescriptor descriptor, Property property) Default constructor. |
|
DuplicatePropertyException(ConfigurationKey<?> key, Property currentProperty, Property newProperty) Default Constructor. |
|
Property(Property property) Copy-constructor. |
|
PropertyDefinition(PropertyDescriptor descriptor, Property property) Default constructor. |
Uses of Property in de.smartics.properties.impl.config.cache |
---|
Methods in de.smartics.properties.impl.config.cache that return Property | |
---|---|
Property |
AbstractCacheConfigurationPropertiesManagement.setProperty(PropertyKey key, String value) |
Property |
AbstractCacheConfigurationPropertiesManagement.unsetProperty(PropertyKey key) |
Uses of Property in de.smartics.properties.spi.config.domain |
---|
Methods in de.smartics.properties.spi.config.domain that return Property | |
---|---|
Property |
ConfigurationPropertiesManagementProxy.setProperty(PropertyKey key, String value) |
Property |
ConfigurationPropertiesManagementProxy.unsetProperty(PropertyKey key) |
Uses of Property in de.smartics.properties.spi.config.ds |
---|
Methods in de.smartics.properties.spi.config.ds that return Property | |
---|---|
Property |
DataSourceConfigurationPropertyProvider.getProperty(String name) |
Property |
PropertiesStore.getProperty(String config, String name) |
Property |
PropertiesDataSourceAccessor.getProperty(String config, String name) Reads the property with the given name from the data source. |
Methods in de.smartics.properties.spi.config.ds that return types with arguments of type Property | |
---|---|
Iterator<Property> |
DsPropertyCollection.iterator() Returns an iterator over a set of properties. |
Uses of Property in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that return Property | |
---|---|
protected Property |
AbstractConfigurationPropertiesManagement.deletePropertyInStore(String name) Deletes the property with the given name. |
Property |
PropertiesPropertyProvider.getProperty(String name) |
Property |
InMemoryPropertiesManager.getProperty(String name) |
protected Property |
AbstractConfigurationPropertiesManagement.getPropertyFromStore(String name) Fetches the property from the store by the given name. |
Property |
InMemoryPropertiesManager.removeProperty(String name) |
Property |
InMemoryPropertiesManager.setProperty(Property property) |
Property |
ConfigurationPropertiesManagementWithDefaults.setProperty(PropertyKey key, String value) Sets the property value for the given key. |
Property |
AbstractConfigurationPropertiesManagement.setProperty(PropertyKey key, String value) |
protected Property |
AbstractConfigurationPropertiesManagement.setPropertyToStore(String name, String value) Sets the property to the given value. |
Property |
ConfigurationPropertiesManagementWithDefaults.unsetProperty(PropertyKey key) Unsets the property value for the given key. |
Property |
AbstractConfigurationPropertiesManagement.unsetProperty(PropertyKey key) |
Methods in de.smartics.properties.spi.config.support that return types with arguments of type Property | |
---|---|
Iterator<Property> |
PropertiesPropertyCollection.iterator() Returns an iterator over a set of properties. |
Iterator<Property> |
NativePropertyCollection.iterator() Returns an iterator over a set of properties. |
Iterator<Property> |
MultiPropertyCollection.iterator() Returns an iterator over a set of properties. |
Iterator<Property> |
MappedPropertyCollection.iterator() Returns an iterator over a set of properties. |
Methods in de.smartics.properties.spi.config.support with parameters of type Property | |
---|---|
Property |
InMemoryPropertiesManager.setProperty(Property property) |
Constructor parameters in de.smartics.properties.spi.config.support with type arguments of type Property | |
---|---|
NativePropertyCollection(Collection<Map<String,Property>> properties) Constructor to add properties via a collection. |
|
NativePropertyCollection(Map<String,Property> properties) Constructor to add properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |