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

public class TranslatedProjectImportTranslationStrings extends ProjectGenerateTranslationStrings
  • Constructor Details

    • TranslatedProjectImportTranslationStrings

      public TranslatedProjectImportTranslationStrings()
  • Method Details

    • collectStrings

      protected boolean collectStrings(TranslationSource object, org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from class: ProjectGenerateTranslationStrings
      Collects strings and return true if do that successful.
      Overrides:
      collectStrings in class ProjectGenerateTranslationStrings
      Parameters:
      object - the object
      monitor - the monitor
      Returns:
      true, if successful
    • fillUpCollectedValues

      protected boolean fillUpCollectedValues(org.eclipse.core.runtime.IProgressMonitor monitor)
      Overrides:
      fillUpCollectedValues in class ProjectGenerateTranslationStrings
    • getTranslatedProject

      public ITranslatedProject getTranslatedProject()
    • setTranslatedProject

      public void setTranslatedProject(ITranslatedProject translatedProject)
    • isReplaceExistingTranslations

      public boolean isReplaceExistingTranslations()
    • setReplaceExistingTranslations

      public void setReplaceExistingTranslations(boolean replaceExistingTranslations)