org.apache.servicemix.common
Class PersistentConfiguration

java.lang.Object
  extended by org.apache.servicemix.common.PersistentConfiguration

Deprecated.

@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.

Since:
3.0
Author:
gnodet

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

CONFIG_FILE

public static final java.lang.String CONFIG_FILE
Deprecated. 
See Also:
Constant Field Values

rootDir

protected java.lang.String rootDir
Deprecated. 

properties

protected java.util.Properties properties
Deprecated. 
Constructor Detail

PersistentConfiguration

public PersistentConfiguration()
Deprecated. 
Method Detail

load

public boolean load()
Deprecated. 

save

public void save()
Deprecated. 

getRootDir

public java.lang.String getRootDir()
Deprecated. 
Returns:
Returns the rootDir.

setRootDir

public void setRootDir(java.lang.String rootDir)
Deprecated. 
Parameters:
rootDir - The rootDir to set.


Copyright © 2005-2012 FuseSource. All Rights Reserved.