org.jconfig.handler
Class ScriptHandler

java.lang.Object
  |
  +--org.jconfig.handler.ScriptHandler
All Implemented Interfaces:
ConfigurationHandler

public class ScriptHandler
extends java.lang.Object
implements ConfigurationHandler

Author:
Administrator

Constructor Summary
ScriptHandler()
           
 
Method Summary
 Configuration load(java.lang.String configurationName)
          This method loads a configuration and returns it
 void store(Configuration configuration)
          This method should store all categories and properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptHandler

public ScriptHandler()
Method Detail

load

public Configuration load(java.lang.String configurationName)
                   throws ConfigurationManagerException
Description copied from interface: ConfigurationHandler
This method loads a configuration and returns it
Specified by:
load in interface ConfigurationHandler

store

public void store(Configuration configuration)
           throws ConfigurationManagerException
Description copied from interface: ConfigurationHandler
This method should store all categories and properties.
Specified by:
store in interface ConfigurationHandler
Following copied from interface: org.jconfig.handler.ConfigurationHandler
Throws:
ConfigurationManagerException -  


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.