|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jconfig.bootstrap.BootstrapLoaderFactory
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.
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 |
public BootstrapLoaderFactory()
Method Detail |
public static BootstrapLoader getLoader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |