public class KarafCfgFile extends KarafConfigurationFile
file| Constructor and Description |
|---|
KarafCfgFile(File karafHome,
String location) |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(String key,
Object value) |
Object |
get(String key) |
void |
load() |
void |
put(String key,
Object value) |
void |
store() |
exists, replacepublic void store()
throws IOException
store in class KarafConfigurationFileIOExceptionpublic void load()
throws IOException
load in class KarafConfigurationFileIOExceptionpublic void put(String key, Object value)
put in class KarafConfigurationFilepublic void extend(String key, Object value)
extend in class KarafConfigurationFilepublic Object get(String key)
get in class KarafConfigurationFileCopyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.