|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadOnlyPropertyException | |
---|---|
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.support | Provides helpers for service provider to implement ConfigurationPropertiesFactory . |
Uses of ReadOnlyPropertyException in de.smartics.properties.api.config.domain |
---|
Methods in de.smartics.properties.api.config.domain that throw ReadOnlyPropertyException | |
---|---|
Property |
ConfigurationPropertiesManagement.setProperty(PropertyKey key, String value) Sets the property value for the given key. |
Property |
ConfigurationPropertiesManagement.unsetProperty(PropertyKey key) Unsets the property value for the given key. |
Uses of ReadOnlyPropertyException in de.smartics.properties.impl.config.cache |
---|
Methods in de.smartics.properties.impl.config.cache that throw ReadOnlyPropertyException | |
---|---|
Property |
AbstractCacheConfigurationPropertiesManagement.setProperty(PropertyKey key, String value) |
Property |
AbstractCacheConfigurationPropertiesManagement.unsetProperty(PropertyKey key) |
Uses of ReadOnlyPropertyException in de.smartics.properties.spi.config.domain |
---|
Methods in de.smartics.properties.spi.config.domain that throw ReadOnlyPropertyException | |
---|---|
Property |
ConfigurationPropertiesManagementProxy.setProperty(PropertyKey key, String value) |
Property |
ConfigurationPropertiesManagementProxy.unsetProperty(PropertyKey key) |
Uses of ReadOnlyPropertyException in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that throw ReadOnlyPropertyException | |
---|---|
Property |
ConfigurationPropertiesManagementWithDefaults.setProperty(PropertyKey key, String value) Sets the property value for the given key. |
Property |
AbstractConfigurationPropertiesManagement.setProperty(PropertyKey key, String value) |
Property |
ConfigurationPropertiesManagementWithDefaults.unsetProperty(PropertyKey key) Unsets the property value for the given key. |
Property |
AbstractConfigurationPropertiesManagement.unsetProperty(PropertyKey key) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |