com.hammurapi.config.runtime
Class DefaultContextFactory
java.lang.Object
com.hammurapi.config.runtime.DefaultContextFactory
- All Implemented Interfaces:
- ContextFactory
public class DefaultContextFactory
- extends Object
- implements ContextFactory
Default context factory.
- Author:
- Pavel Vlasov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultContextFactory
public DefaultContextFactory()
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: