Package com.e1c.langtool.generatestring
Class ProjectObjectsGenerateTranslationStrings
java.lang.Object
com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
com.e1c.langtool.generatestring.ProjectObjectsGenerateTranslationStrings
- All Implemented Interfaces:
TranslationStringsGenerator
-
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.protected ICollectingParametersvoidsetProjectObjects(Collection<TranslationSource> projectObjects) Methods inherited from class com.e1c.langtool.generatestring.ProjectGenerateTranslationStrings
addLanguage, addOrUpdateValue, canProcess, checkSettings, collectAndSaveStrings, collectStrings, disableCache, dispose, enableCache, fillUpCollectedValues, 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
-
ProjectObjectsGenerateTranslationStrings
public ProjectObjectsGenerateTranslationStrings()
-
-
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
-
createCollectingParameters
- Overrides:
createCollectingParametersin classProjectGenerateTranslationStrings
-