Package org.opennms.core.utils
Class PropertiesCache.PropertiesHolder
- java.lang.Object
-
- org.opennms.core.utils.PropertiesCache.PropertiesHolder
-
- Enclosing class:
- PropertiesCache
protected static class PropertiesCache.PropertiesHolder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
find()
Properties
get()
String
getProperty(String key)
void
put(Properties properties)
void
setProperty(String key, String value)
void
update(Map<String,String> props)
-
-
-
Method Detail
-
get
public Properties get() throws IOException
- Throws:
IOException
-
put
public void put(Properties properties) throws IOException
- Throws:
IOException
-
update
public void update(Map<String,String> props) throws IOException
- Throws:
IOException
-
setProperty
public void setProperty(String key, String value) throws IOException
- Throws:
IOException
-
find
public Properties find() throws IOException
- Throws:
IOException
-
getProperty
public String getProperty(String key) throws IOException
- Throws:
IOException
-
-