Uses of Package
com.hammurapi.config.runtime

Packages that use com.hammurapi.config.runtime
com.hammurapi.config   
com.hammurapi.config.impl   
com.hammurapi.config.runtime   
 

Classes in com.hammurapi.config.runtime used by com.hammurapi.config
FactoryConfig
          Factory parameter class.
InjectionConfig
          Property injection parameter class.
 

Classes in com.hammurapi.config.runtime used by com.hammurapi.config.impl
FactoryConfig
          Factory parameter class.
InjectionConfig
          Property injection parameter class.
 

Classes in com.hammurapi.config.runtime used by com.hammurapi.config.runtime
Component
          Objects which need lifecycle management and advanced configuration (beyond property injection) shall implement this interface.
CompositeDestroyable
           
ConfigurationContext
          Configuration context for model elements.
ContextFactory
          Creates appropriate component context depending on data type and component type.
DestroyableSink
           
FactoryConfig
          Factory parameter class.
PackageProvider
          Models extending the config model shall provide PackageProvider service so the config code could load model's content.