|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.common.PersistentConfiguration
public class PersistentConfiguration
Base class for component configuration. Due to classloading mechanism in JBI, Shared Libraries are not available at bootstrap time, so this class should be copied in your own component and modified directly, instead of inheriting it. This only apply if the bootstrap uses the configuration.
| Field Summary | |
|---|---|
static String |
CONFIG_FILE
Deprecated. |
protected Properties |
properties
Deprecated. |
protected String |
rootDir
Deprecated. |
| Constructor Summary | |
|---|---|
PersistentConfiguration()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getRootDir()
Deprecated. |
boolean |
load()
Deprecated. |
void |
save()
Deprecated. |
void |
setRootDir(String rootDir)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CONFIG_FILE
protected String rootDir
protected Properties properties
| Constructor Detail |
|---|
public PersistentConfiguration()
| Method Detail |
|---|
public boolean load()
public void save()
public String getRootDir()
public void setRootDir(String rootDir)
rootDir - The rootDir to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||