Package com.hammurapi.config.bootstrap

Interface Summary
BootstrapFactory<T> Simple factory interface.
Destroyable Something which holds resources and shall be explicitly destroyed to release resources.
FactoryClosure<T> Factory closure to create objects without additional configuration information.
TokenExpander.TokenSource Source of tokens.
 

Class Summary
Bootstrapper<T> This class creates configurator boot classloader, loads com.hammurapi.config.runtime.BootstrapFactoryImpl and delegates create() method invocations to the BootstrapFactoryImpl.
BootstrapTask  
ConfigTask  
MapTokenSource Implementation of token source with tokens stored in a map.
SimpleThreadPool Simple thread pool with minimal confriguration.
TokenExpander Expands tokens like $[myToken] to token values.
 

Exception Summary
ConfigurationException Wrapper exception.