Class TranslatedObjectImportTranslationStrings
java.lang.Object
com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
com.e1c.langtool.v8.dt.translator.TranslatedProjectImportTranslationStrings
com.e1c.langtool.v8.dt.translator.TranslatedObjectImportTranslationStrings
- All Implemented Interfaces:
TranslationStringsGenerator
public class TranslatedObjectImportTranslationStrings
extends TranslatedProjectImportTranslationStrings
-
Field Summary
Fields inherited from class com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
collectingService, filterParameters, storageManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancollectStrings(org.eclipse.core.runtime.IProgressMonitor monitor) Collect translation strings.voidsetProjectObjects(Collection<TranslationSource> projectObjects) Methods inherited from class com.e1c.langtool.v8.dt.translator.TranslatedProjectImportTranslationStrings
collectStrings, fillUpCollectedValues, getTranslatedProject, isReplaceExistingTranslations, setReplaceExistingTranslations, setTranslatedProjectMethods inherited from class com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
addLanguage, addOrUpdateValue, canProcess, checkSettings, collectAndSaveStrings, createCollectingParameters, disableCache, dispose, enableCache, getCollectedValues, getCollectModelType, getErrors, getFillUpType, getLanguages, getProject, getStorageId, getTranslatingProject, getTranslationProviderId, isCheckTranslationsInAnyAvailableStorage, isCollectInterfaceStrings, isCollectModelStrings, isContinueAfterFirstError, removeLanguage, saveCollectedStrings, setCheckTranslationsInAnyAvailableStorage, setCollectInterfaceStrings, setCollectModelStrings, setCollectModelType, setContinueAfterFirstError, setFillUpType, setFilterParameters, setLanguages, setStorageId, setTranslatingProject, setTranslationProviderId
-
Constructor Details
-
TranslatedObjectImportTranslationStrings
public TranslatedObjectImportTranslationStrings()
-
-
Method Details
-
getProjectObjects
-
setProjectObjects
-
collectStrings
public boolean collectStrings(org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from class:ProjectGenerateTranslationStringsCollect translation strings.- Specified by:
collectStringsin interfaceTranslationStringsGenerator- Overrides:
collectStringsin classProjectGenerateTranslationStrings- Parameters:
monitor- the monitor- Returns:
- true, if successfully collected and filled with settings
-