|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySource
Defines a source for properties with read and write access.
PropertyProvider
,
PropertyManager
Method Summary | |
---|---|
Property |
removeProperty(String name) Removes a property making it unknown to the system. |
Property |
setProperty(Property property) Sets the property with the given name to the given value . |
Methods inherited from interface de.smartics.properties.api.config.domain.PropertyProvider |
---|
containsKey, getConfigurationKey, getProperties, getProperty, getSourceId, isLazy |
Method Detail |
---|
@CheckForNull Property setProperty(Property property) throws NullPointerException
name
to the given
value
.
property
- the property to be set.
null
if it either was not set or had the value
null
.
NullPointerException
- if
property
is
null
.
@CheckForNull Property removeProperty(String name) throws NullPointerException
null
use
setProperty(Property)
.
name
- the name of the property to be removed.
NullPointerException
- if
name
is
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |