|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.skunk.config.InMemoryConfigStore | +--org.skunk.config.LocalConfigStore
a simple implementation of ConfigStore that stores config data in a serialized object in the filesystem. this imposes the restriction, naturally, that properties be serializable.
Constructor Summary | |
LocalConfigStore(java.lang.String filename)
|
Method Summary | |
void |
setConfigValue(java.lang.Class configClass,
java.lang.String propertyName,
java.lang.Object configValue)
|
Methods inherited from class org.skunk.config.InMemoryConfigStore |
getConfigMap, getConfigValue, isRegistered, registeredClasses, setConfigMap, unregister |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalConfigStore(java.lang.String filename)
Method Detail |
public void setConfigValue(java.lang.Class configClass, java.lang.String propertyName, java.lang.Object configValue)
setConfigValue
in class InMemoryConfigStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |