Class XtextStoExInjectorProvider
java.lang.Object
org.palladiosimulator.commons.stoex.api.impl.generic.GenericXtextStoExStandaloneInjectorProvider
org.palladiosimulator.pcm.stoex.api.impl.XtextStoExInjectorProvider
- All Implemented Interfaces:
javax.inject.Provider<com.google.inject.Injector>
public class XtextStoExInjectorProvider
extends org.palladiosimulator.commons.stoex.api.impl.generic.GenericXtextStoExStandaloneInjectorProvider
Provider to get an
Injector for the StoEx language.
The class is meant to be used in standalone environments. It should never be necessary to get an
Injector in OSGi environments.
The implementation creates a PCMStoexStandaloneSetup instance and calls it.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor not meant to be called by users. -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.inject.Provider<com.google.inject.Injector>Get the instance of the provider.protected org.eclipse.xtext.ISetupMethods inherited from class org.palladiosimulator.commons.stoex.api.impl.generic.GenericXtextStoExStandaloneInjectorProvider
get
-
Constructor Details
-
XtextStoExInjectorProvider
protected XtextStoExInjectorProvider()Constructor not meant to be called by users.
-
-
Method Details
-
getInstance
public static javax.inject.Provider<com.google.inject.Injector> getInstance()Get the instance of the provider.- Returns:
- The instance.
-
getStoexSetup
protected org.eclipse.xtext.ISetup getStoexSetup()- Specified by:
getStoexSetupin classorg.palladiosimulator.commons.stoex.api.impl.generic.GenericXtextStoExStandaloneInjectorProvider
-