com.hammurapi.config.runtime
Interface ContextFactory

All Known Implementing Classes:
DefaultContextFactory

public interface ContextFactory

Creates appropriate component context depending on data type and component type.

Author:
Pavel Vlasov

Method Summary
 ConfigurationContext<?> createContext(org.eclipse.emf.ecore.EObject definition, Component<?> component, FactoryConfig config, DestroyableSink destroyableSink)
          Creates component context.
 

Method Detail

createContext

ConfigurationContext<?> createContext(org.eclipse.emf.ecore.EObject definition,
                                      Component<?> component,
                                      FactoryConfig config,
                                      DestroyableSink destroyableSink)
Creates component context.

Parameters:
definition -
component -
config -
Returns: