Class RepoLangStandaloneSetup
- java.lang.Object
-
- com.palladiosimulator.textual.repository.RepoLangStandaloneSetupGenerated
-
- com.palladiosimulator.textual.repository.RepoLangStandaloneSetup
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
RepoLangIdeSetup
,RepoLangStandaloneIdeSetup
public class RepoLangStandaloneSetup extends RepoLangStandaloneSetupGenerated
Initialization support for running Xtext languages without Equinox extension registry.
-
-
Constructor Summary
Constructors Constructor Description RepoLangStandaloneSetup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.inject.Injector
createInjector()
static void
doSetup()
void
register(com.google.inject.Injector injector)
-
Methods inherited from class com.palladiosimulator.textual.repository.RepoLangStandaloneSetupGenerated
createInjectorAndDoEMFRegistration
-
-
-
-
Method Detail
-
doSetup
public static void doSetup()
-
createInjector
public com.google.inject.Injector createInjector()
- Overrides:
createInjector
in classRepoLangStandaloneSetupGenerated
-
register
public void register(com.google.inject.Injector injector)
- Overrides:
register
in classRepoLangStandaloneSetupGenerated
-
-