org.jconfig.bootstrap
Class XMLBootstrapLoader

java.lang.Object
  |
  +--org.jconfig.bootstrap.XMLBootstrapLoader
All Implemented Interfaces:
BootstrapLoader

public class XMLBootstrapLoader
extends java.lang.Object
implements BootstrapLoader

This BootstrapLoader will read in an XML file called "bootstrap.xml" and parse the content. Then it will load every configuration with the defined handler and (optional) parser.
Note: This is currently not implemented and this loader works exactly like the DefaultBootstrapLoader!!!

Author:
Andreas Mecky andreasmecky@yahoo.de, Terry Dye terrydye@yahoo.com

Constructor Summary
XMLBootstrapLoader()
           
 
Method Summary
 LoadedItem[] load()
          This method is supposed to return a list of configurations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBootstrapLoader

public XMLBootstrapLoader()
Method Detail

load

public LoadedItem[] load()
                  throws ConfigurationManagerException
Description copied from interface: BootstrapLoader
This method is supposed to return a list of configurations. The specific BootstrapLoader is used by the ConfigurationManager when instantiated. All configurations will be added to the ConfigurationManager.
Specified by:
load in interface BootstrapLoader


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