@Deprecated
public class PersistentConfiguration
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE
Deprecated.
|
protected java.util.Properties |
properties
Deprecated.
|
protected java.lang.String |
rootDir
Deprecated.
|
| Constructor and Description |
|---|
PersistentConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRootDir()
Deprecated.
|
boolean |
load()
Deprecated.
|
void |
save()
Deprecated.
|
void |
setRootDir(java.lang.String rootDir)
Deprecated.
|
public static final java.lang.String CONFIG_FILE
protected java.lang.String rootDir
protected java.util.Properties properties
Copyright © 2005-2014 FuseSource. All Rights Reserved.