com.hammurapi.config.runtime
Class DefaultContextFactory

java.lang.Object
  extended by com.hammurapi.config.runtime.DefaultContextFactory
All Implemented Interfaces:
ContextFactory

public class DefaultContextFactory
extends Object
implements ContextFactory

Default context factory.

Author:
Pavel Vlasov

Constructor Summary
DefaultContextFactory()
           
 
Method Summary
 ConfigurationContext<?> createContext(org.eclipse.emf.ecore.EObject definition, Component<?> component, FactoryConfig config, DestroyableSink destroyableSink)
          Creates component context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContextFactory

public DefaultContextFactory()
Method Detail

createContext

public ConfigurationContext<?> createContext(org.eclipse.emf.ecore.EObject definition,
                                             Component<?> component,
                                             FactoryConfig config,
                                             DestroyableSink destroyableSink)
Description copied from interface: ContextFactory
Creates component context.

Specified by:
createContext in interface ContextFactory
Returns: