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.Injector
createInjector()
com.google.inject.Injector
createInjectorAndDoEMFRegistration()
protected abstract AbstractRuntimeModule
getRuntimeModule()
Returns specific runtime module.void
register(com.google.inject.Injector injector)
void
registerDefaultEPackages()
-
-
-
Method Detail
-
createInjectorAndDoEMFRegistration
public com.google.inject.Injector createInjectorAndDoEMFRegistration()
- Specified by:
createInjectorAndDoEMFRegistration
in 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.
-
-