|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.coin.service.internal.provider.ConfigImpl
public class ConfigImpl
Configuration implementation.
Constructor Summary | |
---|---|
ConfigImpl(String id,
Map<String,Object> properties)
Constructor. |
Method Summary | |
---|---|
String |
getId()
Configuration item identifier. |
Map<String,Object> |
getProperties()
Configuration properties. |
void |
setProperties(Map<String,Object> properties)
Setter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigImpl(String id, Map<String,Object> properties)
id
- configuration id; cannot be null or emptyproperties
- configuration properties; cannot be null or empty
org.ops4j.lang.NullArgumentException
- - If id is null or empty
- If properties are nullMethod Detail |
---|
public String getId()
Config
getId
in interface Config
Config.getId()
public Map<String,Object> getProperties()
Config
getProperties
in interface Config
Config.getProperties()
public void setProperties(Map<String,Object> properties)
properties
- configuration properties; cannot be null
org.ops4j.lang.NullArgumentException
- - If properties are null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |