de.miethxml.toolkit.conf
Class StoreableConfigurationImpl

java.lang.Object
  extended byde.miethxml.toolkit.conf.StoreableConfigurationImpl
All Implemented Interfaces:
StoreableConfiguration

public class StoreableConfigurationImpl
extends java.lang.Object
implements StoreableConfiguration

Author:
Simon Mieth

Field Summary
 
Fields inherited from interface de.miethxml.toolkit.conf.StoreableConfiguration
ROLE
 
Constructor Summary
StoreableConfigurationImpl()
           
StoreableConfigurationImpl(org.apache.avalon.framework.configuration.Configuration conf)
           
 
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
 

Constructor Detail

StoreableConfigurationImpl

public StoreableConfigurationImpl(org.apache.avalon.framework.configuration.Configuration conf)

StoreableConfigurationImpl

public StoreableConfigurationImpl()
Method Detail

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()