|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.common.PersistentConfiguration
@Deprecated 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 java.lang.String |
CONFIG_FILE
Deprecated. |
protected java.util.Properties |
properties
Deprecated. |
protected java.lang.String |
rootDir
Deprecated. |
| Constructor Summary | |
|---|---|
PersistentConfiguration()
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRootDir()
Deprecated. |
boolean |
load()
Deprecated. |
void |
save()
Deprecated. |
void |
setRootDir(java.lang.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 java.lang.String CONFIG_FILE
protected java.lang.String rootDir
protected java.util.Properties properties
| Constructor Detail |
|---|
public PersistentConfiguration()
| Method Detail |
|---|
public boolean load()
public void save()
public java.lang.String getRootDir()
public void setRootDir(java.lang.String rootDir)
rootDir - The rootDir to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||