Uses of Interface
com.hammurapi.config.runtime.DestroyableSink

Packages that use DestroyableSink
com.hammurapi.config.runtime   
 

Uses of DestroyableSink in com.hammurapi.config.runtime
 

Subinterfaces of DestroyableSink in com.hammurapi.config.runtime
 interface ConfigurationContext<D extends EObject>
          Configuration context for model elements.
 

Classes in com.hammurapi.config.runtime that implement DestroyableSink
 class CompositeDestroyable
           
 

Methods in com.hammurapi.config.runtime that return DestroyableSink
 DestroyableSink InjectionConfig.getDestroyableSink()
           
 

Methods in com.hammurapi.config.runtime with parameters of type DestroyableSink
 ConfigurationContext<?> ContextFactory.createContext(org.eclipse.emf.ecore.EObject definition, Component<?> component, FactoryConfig config, DestroyableSink destroyableSink)
          Creates component context.
 ConfigurationContext<?> DefaultContextFactory.createContext(org.eclipse.emf.ecore.EObject definition, Component<?> component, FactoryConfig config, DestroyableSink destroyableSink)
           
 void InjectionConfig.setDestroyableSink(DestroyableSink destroyableSink)
           
 

Constructors in com.hammurapi.config.runtime with parameters of type DestroyableSink
InjectionConfig(FactoryConfig factoryConfig, DestroyableSink destroyableSink)