|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.core.config.SimpleNodeSettingsStore
public class SimpleNodeSettingsStore
A simple node settings store that backs the settings with a properties file
Field Summary | |
---|---|
private boolean |
enabled
|
private static org.apache.log4j.Logger |
LOG
|
private Properties |
properties
|
private String |
propertiesPath
|
Constructor Summary | |
---|---|
SimpleNodeSettingsStore()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
String |
getSetting(String key)
Retrieve the value of the setting with the given name. |
Map<String,String> |
getSettings()
Returns the settings of this node as an immutable Map. |
boolean |
isEnabled()
Returns true if node-specific settings are enabled, false otherwise. |
protected Properties |
load()
|
String |
removeSetting(String key)
Remove the given setting from the node settings. |
void |
setPropertiesPath(String path)
|
void |
setSetting(String key,
String value)
Set the value of the setting with the given name. |
protected void |
store(Properties p)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.log4j.Logger LOG
private boolean enabled
private String propertiesPath
private Properties properties
Constructor Detail |
---|
public SimpleNodeSettingsStore()
Method Detail |
---|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
protected Properties load() throws IOException
IOException
public void setPropertiesPath(String path)
protected void store(Properties p)
public String getSetting(String key)
NodeSettings
getSetting
in interface NodeSettings
public void setSetting(String key, String value)
NodeSettings
setSetting
in interface NodeSettings
public String removeSetting(String key)
NodeSettings
removeSetting
in interface NodeSettings
public Map<String,String> getSettings()
NodeSettings
getSettings
in interface NodeSettings
public boolean isEnabled()
NodeSettings
isEnabled
in interface NodeSettings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |