org.apache.servicemix.common
Class PersistentConfiguration

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

Deprecated.

public class PersistentConfiguration
extends 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:
Guillaume Nodet

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

CONFIG_FILE

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

rootDir

protected String rootDir
Deprecated. 

properties

protected Properties properties
Deprecated. 
Constructor Detail

PersistentConfiguration

public PersistentConfiguration()
Deprecated. 
Method Detail

load

public boolean load()
Deprecated. 

save

public void save()
Deprecated. 

getRootDir

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

setRootDir

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


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.