Uses of Interface
com.e1c.langtool.storage.ITranslationStorageProvider.ContextStorage
Packages that use ITranslationStorageProvider.ContextStorage
Package
Description
-
Uses of ITranslationStorageProvider.ContextStorage in com.e1c.langtool.internal.storage
Classes in com.e1c.langtool.internal.storage that implement ITranslationStorageProvider.ContextStorageModifier and TypeClassDescriptionclassThe default implementation of file resource storage that stores only context data. -
Uses of ITranslationStorageProvider.ContextStorage in com.e1c.langtool.v8.dt.bsl.i18n.internal.loader
Constructors in com.e1c.langtool.v8.dt.bsl.i18n.internal.loader with parameters of type ITranslationStorageProvider.ContextStorageModifierConstructorDescriptionBslNStrPreprocessingVisitor(org.eclipse.text.edits.MultiTextEdit multiTextEdit, String defaultLanguageCode, Collection<TranslateLanguage> interfaceLanguages, ITranslationStorageProvider.ContextStorage storage, IFeatureKeyComputer translationKeyProvider, org.eclipse.core.resources.IFile file, TranslationProperties properties, IStringLiteralTypeComputer typeComputer, BslPreferences bslPreferences) Creates a new instance. -
Uses of ITranslationStorageProvider.ContextStorage in com.e1c.langtool.v8.dt.internal.dcs.i18n
Constructors in com.e1c.langtool.v8.dt.internal.dcs.i18n with parameters of type ITranslationStorageProvider.ContextStorageModifierConstructorDescriptionDcsLoadingPostprocessor(ITranslationFeatureKeyProvider featureKeyProvider, DcsExprFeatureKeyComputer2 featureKeyComputer, DataCompositionSchema document, org.eclipse.emf.common.util.URI resourceURI, org.eclipse.core.resources.IFile resourceFile, String defaultLanguageCode, Collection<TranslateLanguage> languages, ITranslationStorageProvider.ContextStorage storage, TranslationProperties properties) -
Uses of ITranslationStorageProvider.ContextStorage in com.e1c.langtool.v8.dt.internal.moxel.i18n
Constructors in com.e1c.langtool.v8.dt.internal.moxel.i18n with parameters of type ITranslationStorageProvider.ContextStorageModifierConstructorDescriptionMoxelLoadingPostprocessor(SpreadsheetDocument document, org.eclipse.core.resources.IFile resourceFile, String defaultLanguageCode, Collection<TranslateLanguage> languages, ITranslationStorageProvider.ContextStorage storage, TranslationProperties properties) Construct Moxel document postprocessor.