Class PersistenceRuntimeModule
java.lang.Object
org.eclipse.xtext.service.AbstractGenericModule
org.eclipse.xtext.service.DefaultRuntimeModule
org.openhab.core.model.persistence.AbstractPersistenceRuntimeModule
org.openhab.core.model.persistence.PersistenceRuntimeModule
- All Implemented Interfaces:
- com.google.inject.Module
Use this class to register components to be used at runtime / without the Equinox extension registry.
- 
Field SummaryFields inherited from class org.openhab.core.model.persistence.AbstractPersistenceRuntimeModuleproperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClass<? extends org.eclipse.xtext.scoping.IGlobalScopeProvider> voidconfigureUseIndexFragmentsForLazyLinking(com.google.inject.Binder binder) Methods inherited from class org.openhab.core.model.persistence.AbstractPersistenceRuntimeModulebindClassLoaderToInstance, bindIAllContainersState$Provider, bindIAntlrTokenFileProvider, bindIContainer$Manager, bindIGenerator2, bindIGrammarAccess, bindIParser, bindIQualifiedNameProvider, bindIScopeProvider, bindISemanticSequencer, bindISerializer, bindISyntacticSequencer, bindITokenDefProvider, bindITokenToStringConverter, bindLexer, bindPersistenceValidator, configure, configureFileExtensions, configureIgnoreCaseLinking, configureIResourceDescriptions, configureIResourceDescriptionsPersisted, configureIScopeProviderDelegate, configureLanguageName, configureRuntimeLexer, provideInternalPersistenceLexerMethods inherited from class org.eclipse.xtext.service.DefaultRuntimeModulebindConcreteSyntaxValidator, 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, provideIEncodingProviderMethods inherited from class org.eclipse.xtext.service.AbstractGenericModulebindProperties, getBindings, tryBindProperties
- 
Constructor Details- 
PersistenceRuntimeModulepublic PersistenceRuntimeModule()
 
- 
- 
Method Details- 
bindIGlobalScopeProvider- Overrides:
- bindIGlobalScopeProviderin class- AbstractPersistenceRuntimeModule
 
- 
configureUseIndexFragmentsForLazyLinkingpublic void configureUseIndexFragmentsForLazyLinking(com.google.inject.Binder binder) - Overrides:
- configureUseIndexFragmentsForLazyLinkingin class- org.eclipse.xtext.service.DefaultRuntimeModule
 
 
-