org.jconfig.bootstrap
Class BootstrapLoaderFactory

java.lang.Object
  |
  +--org.jconfig.bootstrap.BootstrapLoaderFactory

public class BootstrapLoaderFactory
extends java.lang.Object

The BootstrapLoaderFactory will instantiate the defined BootstrapLoader and return it. In order to determine which loader should be used it will look for a system.property called jconfig.bootstraploader. If not set then it will look for the same property in a file called jconfig.properties. This properties file must be in the classpath. The value for this property must be the full qualified class name.

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

Constructor Summary
BootstrapLoaderFactory()
           
 
Method Summary
static BootstrapLoader getLoader()
          This method will return the implementation of the BootstrapLoader that will be used by the ConfigurationManager at startup to load some configurations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapLoaderFactory

public BootstrapLoaderFactory()
Method Detail

getLoader

public static BootstrapLoader getLoader()
This method will return the implementation of the BootstrapLoader that will be used by the ConfigurationManager at startup to load some configurations.


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