de.miethxml.toolkit.conf
Class StoreableConfigurationImpl
java.lang.Object
de.miethxml.toolkit.conf.StoreableConfigurationImpl
- All Implemented Interfaces:
- StoreableConfiguration
- public class StoreableConfigurationImpl
- extends java.lang.Object
- implements StoreableConfiguration
- Author:
- Simon Mieth
|
Method Summary |
org.apache.avalon.framework.configuration.Configuration |
getConfiguration()
|
void |
setConfiguration(java.lang.Class clazz,
org.apache.avalon.framework.configuration.Configuration conf)
|
void |
setConfiguration(java.lang.String key,
java.util.Hashtable parameters)
|
void |
store()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreableConfigurationImpl
public StoreableConfigurationImpl(org.apache.avalon.framework.configuration.Configuration conf)
StoreableConfigurationImpl
public StoreableConfigurationImpl()
setConfiguration
public void setConfiguration(java.lang.Class clazz,
org.apache.avalon.framework.configuration.Configuration conf)
- Specified by:
setConfiguration in interface StoreableConfiguration
setConfiguration
public void setConfiguration(java.lang.String key,
java.util.Hashtable parameters)
- Specified by:
setConfiguration in interface StoreableConfiguration
store
public void store()
getConfiguration
public org.apache.avalon.framework.configuration.Configuration getConfiguration()