Uses of Interface
com.e1c.langtool.storage.ITranslationStorageProvider
Packages that use ITranslationStorageProvider
Package
Description
-
Uses of ITranslationStorageProvider in com.e1c.langtool.internal.storage
Classes in com.e1c.langtool.internal.storage that implement ITranslationStorageProviderModifier and TypeClassDescriptionclassThe provider of context file resource storages, according tosegment settingsfor the translating project.classThe delegating provider allows to select storage ID formproject settingsby rules or order of storages and filter byfeature capabilities.classThe provider of dictionary file resource storages, according tosegment settingsfor the translating project.Methods in com.e1c.langtool.internal.storage that return ITranslationStorageProviderModifier and TypeMethodDescriptionTranslationStorageManager.getStorageProvider(StorageID id) TranslationStorageManager.getStorageProvider(String id) Methods in com.e1c.langtool.internal.storage that return types with arguments of type ITranslationStorageProvider -
Uses of ITranslationStorageProvider in com.e1c.langtool.storage
Classes in com.e1c.langtool.storage that implement ITranslationStorageProviderModifier and TypeClassDescriptionclassThe abstract class of resource file storage provider with common logic of creatingAbstractFileStoragewith the project settings, track changes of the settings and re-create storages with dispose evicted instance of storage.Methods in com.e1c.langtool.storage that return ITranslationStorageProviderModifier and TypeMethodDescription@Nullable ITranslationStorageProviderITranslationStorageManager.getStorageProvider(@NonNull StorageID id) Gets the storage provider.@Nullable ITranslationStorageProviderITranslationStorageManager.getStorageProvider(@NonNull String id) Gets the storage provider.Methods in com.e1c.langtool.storage that return types with arguments of type ITranslationStorageProviderModifier and TypeMethodDescription@NonNull Collection<ITranslationStorageProvider>ITranslationStorageManager.allStorageProviders()All storage providers available in the system. -
Uses of ITranslationStorageProvider in com.e1c.langtool.v8.dt.md.storage
Classes in com.e1c.langtool.v8.dt.md.storage that implement ITranslationStorageProvider -
Uses of ITranslationStorageProvider in com.e1c.langtool.v8.dt.storage
Classes in com.e1c.langtool.v8.dt.storage that implement ITranslationStorageProvider