Package com.hammurapi.config.runtime

Interface Summary
Component<D extends EObject> Objects which need lifecycle management and advanced configuration (beyond property injection) shall implement this interface.
ConfigurationContext<D extends EObject> Configuration context for model elements.
ConfigurationExceptionListener Listens for configuration exceptions during parallel initialization/destruction.
ContextFactory Creates appropriate component context depending on data type and component type.
DestroyableSink  
PackageProvider Models extending the config model shall provide PackageProvider service so the config code could load model's content.
 

Class Summary
BootstrapFactoryImpl<T> Implementation of BootstrapFactory.
CompositeDestroyable  
ConfigDoc Generates HTML documentation for configuration models.
ConfigPackageProvider Service to register packages.
DefaultContextFactory Default context factory.
FactoryClosureBase<T>  
FactoryConfig Factory parameter class.
InjectionConfig Property injection parameter class.
ResourceLoader Helper class to load models.