Class ServiceCutterConfigurationDSLRuntimeModule
java.lang.Object
org.eclipse.xtext.service.AbstractGenericModule
org.eclipse.xtext.service.DefaultRuntimeModule
org.contextmapper.servicecutter.dsl.AbstractServiceCutterConfigurationDSLRuntimeModule
org.contextmapper.servicecutter.dsl.ServiceCutterConfigurationDSLRuntimeModule
- All Implemented Interfaces:
com.google.inject.Module
public class ServiceCutterConfigurationDSLRuntimeModule
extends AbstractServiceCutterConfigurationDSLRuntimeModule
Use this class to register components to be used at runtime / without the Equinox extension registry.
-
Field Summary
Fields inherited from class org.contextmapper.servicecutter.dsl.AbstractServiceCutterConfigurationDSLRuntimeModule
properties
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.contextmapper.servicecutter.dsl.AbstractServiceCutterConfigurationDSLRuntimeModule
bindClassLoaderToInstance, bindConfigurableIssueCodesProvider, bindIAllContainersState$Provider, bindIAntlrTokenFileProvider, bindIContainer$Manager, bindIFormatter2, bindIGlobalScopeProvider, bindIGrammarAccess, bindIParser, bindIQualifiedNameProvider, bindIScopeProvider, bindISemanticSequencer, bindISerializer, bindISyntacticSequencer, bindITokenDefProvider, bindITokenToStringConverter, bindIUnorderedGroupHelper, bindLexer, bindServiceCutterConfigurationDSLValidator, configure, configureFileExtensions, configureFormatterPreferences, configureIgnoreCaseLinking, configureIResourceDescriptions, configureIResourceDescriptionsPersisted, configureIScopeProviderDelegate, configureLanguageName, configureRuntimeLexer, provideInternalServiceCutterConfigurationDSLLexer
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIFormatter, bindIFragmentProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIPartialParserHelper, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindRuntimeEncodingProvider, bindXtextResource, bindXtextResourceSet, configureGenericSemanticSequencer, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsLiveScope, configureIsAffectedExtensions, configureLinkingIScopeProvider, configureRuntimeEncodingProvider, configureSerializerIScopeProvider, configureUseIndexFragmentsForLazyLinking, provideIEncodingProvider
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
bindProperties, getBindings, tryBindProperties
-
Constructor Details
-
ServiceCutterConfigurationDSLRuntimeModule
public ServiceCutterConfigurationDSLRuntimeModule()
-