Uses of Class
com.e1c.langtool.storage.model.ContextStorageSettings
Packages that use ContextStorageSettings
Package
Description
-
Uses of ContextStorageSettings in com.e1c.langtool.internal.storage
Constructors in com.e1c.langtool.internal.storage with parameters of type ContextStorageSettingsModifierConstructorDescriptionContextFileStorage(org.eclipse.core.resources.IProject project, StorageID id, ContextStorageSettings settings, ITranslatingProjectManager translatingProjectManager) -
Uses of ContextStorageSettings in com.e1c.langtool.storage
Methods in com.e1c.langtool.storage with parameters of type ContextStorageSettingsModifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IPathTranslationStorageUtils.getContextFilePath(ContextStorageSettings settings, org.eclipse.core.runtime.IPath resourcePath, TranslateLanguage language) Gets the context translation file path for given source resource path (resource ID) and storage settings. -
Uses of ContextStorageSettings in com.e1c.langtool.storage.context
Methods in com.e1c.langtool.storage.context with parameters of type ContextStorageSettingsModifier and TypeMethodDescriptionstatic IFileEditor<? extends ContextTranslationData>ContextFormatFactory.createEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, ContextStorageSettings settings, TranslateLanguage language) Creates a new file editor object of context data from the file.Constructors in com.e1c.langtool.storage.context with parameters of type ContextStorageSettings -
Uses of ContextStorageSettings in com.e1c.langtool.storage.model
Methods in com.e1c.langtool.storage.model that return types with arguments of type ContextStorageSettingsModifier and TypeMethodDescriptionProjectStorageSettings.getContext()Gets the context storage settings.ProjectStorageSettings.getContextSettings()Gets the context storage settings.Methods in com.e1c.langtool.storage.model with parameters of type ContextStorageSettingsModifier and TypeMethodDescriptionvoidProjectStorageSettings.addContext(ContextStorageSettings context) Adds the context storage settings.static intStorageSettingsUtils.getIntSettings(ContextStorageSettings settings, String key, int defaultValue) Gets the integer from the storage settings.protected voidStorageModelValidator.validate(ContextStorageSettings object) Validate context storage settings.Method parameters in com.e1c.langtool.storage.model with type arguments of type ContextStorageSettingsModifier and TypeMethodDescriptionvoidProjectStorageSettings.setContext(List<ContextStorageSettings> context) Sets the context storage settings..voidProjectStorageSettings.setContext(Map<String, ContextStorageSettings> context) Sets the context storage settings. -
Uses of ContextStorageSettings in com.e1c.langtool.storage.properties
Constructors in com.e1c.langtool.storage.properties with parameters of type ContextStorageSettingsModifierConstructorDescriptionPropertiesContextFileEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, ContextStorageSettings settings, TranslateLanguage language) Instantiates a new properties context file editor.