|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownPropertyException | |
---|---|
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.resolve | Provides an interface to the resolving placeholders. |
de.smartics.properties.spi.config.support | Provides helpers for service provider to implement ConfigurationPropertiesFactory . |
Uses of UnknownPropertyException in de.smartics.properties.api.config.domain |
---|
Methods in de.smartics.properties.api.config.domain that throw UnknownPropertyException | |
---|---|
PropertyDescriptor |
ConfigurationPropertiesManagement.getDescriptor(PropertyKey key) Returns the descriptor for the given key. |
PropertyDescriptor |
ConfigurationPropertiesManagement.getDescriptor(String key) Returns the descriptor for the given key. |
DescribedProperty |
ConfigurationProperties.getProperty(PropertyDescriptor descriptor) Returns the property for the given descriptor. |
DescribedProperty |
ConfigurationProperties.getProperty(PropertyDescriptor descriptor, Object defaultValue) Returns the property for the given descriptor, allowing to transparently provide a default value to be returned in case the property has not been set. |
DescribedProperty |
ConfigurationProperties.getProperty(PropertyKey key) Returns the property for the given key. |
DescribedProperty |
ConfigurationProperties.getProperty(String key) Returns the property for the given key. |
DescribedProperty |
ConfigurationProperties.getProperty(String key, Object defaultValue) Returns the property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set. |
Object |
ConfigurationProperties.getPropertyAsType(PropertyDescriptor descriptor) Returns the yet not validated property for the given descriptor's key. |
Object |
ConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue) Returns the property value for the given descriptor, allowing to transparently provide a default value to be returned in case the property has not been set. |
Object |
ConfigurationProperties.getPropertyValue(PropertyKey key) Returns the property value for the given key. |
Object |
ConfigurationProperties.getPropertyValue(String key) Returns the property value for the given key. |
Object |
ConfigurationProperties.getPropertyValue(String key, Object defaultValue) Returns the property value for the given key, allowing to transparently provide a default value to be returned in case the property has not been set. |
String |
ConfigurationProperties.getPropertyValueAsString(String key) Returns the property string value for the given key. |
String |
ConfigurationProperties.getPropertyValueAsString(String key, Object defaultValue) Returns the property string value for the given key. |
ValidatedProperty |
ConfigurationProperties.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue) Returns the validated property for the given descriptor's key, allowing to transparently provide a default value to be returned in case the property has not been set. |
ValidatedProperty |
ConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue) Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set. |
ValidatedProperty |
ConfigurationProperties.getValidatedProperty(String key, Object defaultValue) Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set. |
Uses of UnknownPropertyException in de.smartics.properties.impl.config.cache |
---|
Methods in de.smartics.properties.impl.config.cache that throw UnknownPropertyException | |
---|---|
PropertyDescriptor |
AbstractCacheConfigurationPropertiesManagement.getDescriptor(PropertyKey key) |
PropertyDescriptor |
AbstractCacheConfigurationPropertiesManagement.getDescriptor(String key) |
DescribedProperty |
AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyDescriptor descriptor) |
DescribedProperty |
AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyDescriptor descriptor, Object defaultValue) |
DescribedProperty |
AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyKey key) |
DescribedProperty |
AbstractCacheConfigurationPropertiesManagement.getProperty(String key) |
DescribedProperty |
AbstractCacheConfigurationPropertiesManagement.getProperty(String key, Object defaultValue) |
Object |
AbstractCacheConfigurationPropertiesManagement.getPropertyAsType(PropertyDescriptor descriptor) |
Object |
AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue) |
Object |
AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyKey key) |
Object |
AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key) |
Object |
AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key, Object defaultValue) |
String |
AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(String key) |
String |
AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(String key, Object defaultValue) |
ValidatedProperty |
AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue) |
ValidatedProperty |
AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(PropertyKey key, Object defaultValue) |
ValidatedProperty |
AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(String key, Object defaultValue) |
Uses of UnknownPropertyException in de.smartics.properties.spi.config.domain |
---|
Methods in de.smartics.properties.spi.config.domain that throw UnknownPropertyException | |
---|---|
PropertyDescriptor |
ConfigurationPropertiesManagementProxy.getDescriptor(PropertyKey key) |
PropertyDescriptor |
ConfigurationPropertiesManagementProxy.getDescriptor(String key) |
DescribedProperty |
ConfigurationPropertiesProxy.getProperty(PropertyDescriptor descriptor) |
DescribedProperty |
ConfigurationPropertiesProxy.getProperty(PropertyDescriptor descriptor, Object defaultValue) |
DescribedProperty |
ConfigurationPropertiesProxy.getProperty(PropertyKey key) |
DescribedProperty |
ConfigurationPropertiesProxy.getProperty(String key) |
DescribedProperty |
ConfigurationPropertiesProxy.getProperty(String key, Object defaultValue) |
Object |
ConfigurationPropertiesProxy.getPropertyAsType(PropertyDescriptor descriptor) |
Object |
ConfigurationPropertiesProxy.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue) |
Object |
ConfigurationPropertiesProxy.getPropertyValue(PropertyKey key) |
Object |
ConfigurationPropertiesProxy.getPropertyValue(String key) |
Object |
ConfigurationPropertiesProxy.getPropertyValue(String key, Object defaultValue) |
String |
ConfigurationPropertiesProxy.getPropertyValueAsString(String key) |
String |
ConfigurationPropertiesProxy.getPropertyValueAsString(String key, Object defaultValue) |
ValidatedProperty |
ConfigurationPropertiesProxy.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue) |
ValidatedProperty |
ConfigurationPropertiesProxy.getValidatedProperty(PropertyKey key, Object defaultValue) |
ValidatedProperty |
ConfigurationPropertiesProxy.getValidatedProperty(String key, Object defaultValue) |
Uses of UnknownPropertyException in de.smartics.properties.spi.config.resolve |
---|
Methods in de.smartics.properties.spi.config.resolve that throw UnknownPropertyException | |
---|---|
String |
ResolveContext.get(String key) Returns the value for the given key. |
String |
ConfigurationPropertiesResolveContext.get(String key) Returns the value for the given key. |
Uses of UnknownPropertyException in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that throw UnknownPropertyException | |
---|---|
PropertyDescriptor |
ConfigurationPropertiesManagementWithDefaults.getDescriptor(PropertyKey key) |
PropertyDescriptor |
AbstractConfigurationPropertiesManagement.getDescriptor(PropertyKey key) |
PropertyDescriptor |
ConfigurationPropertiesManagementWithDefaults.getDescriptor(String key) |
PropertyDescriptor |
AbstractConfigurationPropertiesManagement.getDescriptor(String key) |
DescribedProperty |
AbstractConfigurationProperties.getProperty(PropertyDescriptor descriptor) |
DescribedProperty |
ConfigurationPropertiesManagementWithDefaults.getProperty(PropertyDescriptor descriptor, Object defaultValue) |
DescribedProperty |
AbstractConfigurationPropertiesManagement.getProperty(PropertyDescriptor descriptor, Object defaultValue) |
DescribedProperty |
AbstractConfigurationProperties.getProperty(PropertyKey key) |
DescribedProperty |
AbstractConfigurationProperties.getProperty(String key) |
DescribedProperty |
ConfigurationPropertiesManagementWithDefaults.getProperty(String key, Object defaultValue) |
DescribedProperty |
AbstractConfigurationPropertiesManagement.getProperty(String key, Object defaultValue) |
DescribedProperty |
AbstractConfigurationProperties.getProperty(String key, Object defaultValue) |
Object |
ConfigurationPropertiesManagementWithDefaults.getPropertyAsType(PropertyDescriptor descriptor) |
Object |
AbstractConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue) |
Object |
AbstractConfigurationProperties.getPropertyValue(PropertyKey key) |
Object |
AbstractConfigurationProperties.getPropertyValue(String key) |
ValidatedProperty |
ConfigurationPropertiesManagementWithDefaults.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue) |
ValidatedProperty |
AbstractConfigurationPropertiesManagement.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue) |
ValidatedProperty |
AbstractConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue) |
ValidatedProperty |
AbstractConfigurationProperties.getValidatedProperty(String key, Object defaultValue) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |