Class AbstractStandaloneSetup
- java.lang.Object
-
- com._1c.g5.modeling.xtext.service.AbstractStandaloneSetup
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
MdStandaloneSetup
public abstract class AbstractStandaloneSetup extends Object implements org.eclipse.xtext.ISetup
Abstract implementation ofISetup.
-
-
Constructor Summary
Constructors Constructor Description AbstractStandaloneSetup()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.inject.InjectorcreateInjector()com.google.inject.InjectorcreateInjectorAndDoEMFRegistration()protected abstract AbstractRuntimeModulegetRuntimeModule()Returns specific runtime module.voidregister(com.google.inject.Injector injector)voidregisterDefaultEPackages()
-
-
-
Method Detail
-
createInjectorAndDoEMFRegistration
public com.google.inject.Injector createInjectorAndDoEMFRegistration()
- Specified by:
createInjectorAndDoEMFRegistrationin interfaceorg.eclipse.xtext.ISetup
-
registerDefaultEPackages
public void registerDefaultEPackages()
-
createInjector
public com.google.inject.Injector createInjector()
-
register
public void register(com.google.inject.Injector injector)
-
getRuntimeModule
protected abstract AbstractRuntimeModule getRuntimeModule()
Returns specific runtime module.- Returns:
- specific runtime module.
-
-