org.jconfig.bootstrap
Interface BootstrapLoader
- All Known Implementing Classes:
- DefaultBootstrapLoader, XMLBootstrapLoader
- public interface BootstrapLoader
This interface defines the method that every BootstrapLoader
must implement
- Author:
- Andreas Mecky andreasmecky@yahoo.de, Terry Dye terrydye@yahoo.com
Method Summary |
LoadedItem[] |
load()
This method is supposed to return a list of configurations.
|
load
public LoadedItem[] load()
throws ConfigurationManagerException
- 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.
- Throws:
ConfigurationManagerException
Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.