|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyLocation | |
---|---|
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 PropertyLocation in de.smartics.properties.api.config.domain |
---|
Methods in de.smartics.properties.api.config.domain that return PropertyLocation | |
---|---|
PropertyLocation |
PropertyValidationWithSourceMessageBean.getSource() Returns the source where the property value has been defined. |
PropertyLocation |
Property.getSource() Returns the optional source where the property value has been defined. |
PropertyLocation |
PropertyProvider.getSourceId() Returns the unique identifier of the property source. |
Methods in de.smartics.properties.api.config.domain with parameters of type PropertyLocation | |
---|---|
int |
PropertyLocation.compareTo(PropertyLocation o) |
Constructors in de.smartics.properties.api.config.domain with parameters of type PropertyLocation | |
---|---|
Property(PropertyLocation source, String name, Object value) Convenience constructor that translates the value to a String. |
|
Property(PropertyLocation source, String name, String value) Default constructor. |
|
PropertyExpressionWithSourceMessageBean(PropertyValueResolveException original, PropertyLocation source) Default constructor. |
|
PropertyValidationWithSourceMessageBean(PropertyValidationException original, PropertyLocation source) Default constructor. |
|
PropertyValueWithSourceMessageBean(PropertyValueConversionException original, PropertyLocation source) Default constructor. |
Uses of PropertyLocation in de.smartics.properties.spi.config.ds |
---|
Methods in de.smartics.properties.spi.config.ds that return PropertyLocation | |
---|---|
PropertyLocation |
DataSourceConfigurationPropertyProvider.getSourceId() |
Uses of PropertyLocation in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that return PropertyLocation | |
---|---|
PropertyLocation |
PropertiesPropertyProvider.getSourceId() |
PropertyLocation |
InMemoryPropertiesManager.getSourceId() |
Constructors in de.smartics.properties.spi.config.support with parameters of type PropertyLocation | |
---|---|
InMemoryPropertiesManager(ConfigurationKey<?> configurationKey, PropertyLocation sourceId) Default constructor. |
|
PropertiesPropertyProvider(ConfigurationKey<?> configurationKey, PropertyLocation sourceId, Properties properties) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |