Class TranslatedProjectImportTranslationStrings
java.lang.Object
com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
com.e1c.langtool.v8.dt.translator.TranslatedProjectImportTranslationStrings
- All Implemented Interfaces:
TranslationStringsGenerator
- Direct Known Subclasses:
TranslatedObjectImportTranslationStrings
-
Field Summary
Fields inherited from class com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
collectingService, filterParameters, storageManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancollectStrings(TranslationSource object, org.eclipse.core.runtime.IProgressMonitor monitor) Collects strings and return true if do that successful.protected booleanfillUpCollectedValues(org.eclipse.core.runtime.IProgressMonitor monitor) booleanvoidsetReplaceExistingTranslations(boolean replaceExistingTranslations) voidsetTranslatedProject(ITranslatedProject translatedProject) Methods inherited from class com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
addLanguage, addOrUpdateValue, canProcess, checkSettings, collectAndSaveStrings, collectStrings, 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
-
TranslatedProjectImportTranslationStrings
public TranslatedProjectImportTranslationStrings()
-
-
Method Details
-
collectStrings
protected boolean collectStrings(TranslationSource object, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from class:ProjectGenerateTranslationStringsCollects strings and return true if do that successful.- Overrides:
collectStringsin classProjectGenerateTranslationStrings- Parameters:
object- the objectmonitor- the monitor- Returns:
- true, if successful
-
fillUpCollectedValues
protected boolean fillUpCollectedValues(org.eclipse.core.runtime.IProgressMonitor monitor) - Overrides:
fillUpCollectedValuesin classProjectGenerateTranslationStrings
-
getTranslatedProject
-
setTranslatedProject
-
isReplaceExistingTranslations
public boolean isReplaceExistingTranslations() -
setReplaceExistingTranslations
public void setReplaceExistingTranslations(boolean replaceExistingTranslations)
-