Class TranslationFileRows

java.lang.Object
com.e1c.langtool.v8.dt.resourcestorage.QnTranslationsFile
com.e1c.langtool.v8.dt.resourcestorage.TranslationFileRows
All Implemented Interfaces:
IDictionaryRowProcessor, ITranslationsFile

public class TranslationFileRows extends QnTranslationsFile implements IDictionaryRowProcessor
  • Constructor Details

    • TranslationFileRows

      public TranslationFileRows(String languageCode, org.eclipse.core.resources.IFile file, boolean keyCaseSensitive, boolean valueCaseSensitive, String comment)
  • Method Details

    • process

      public void process(FeatureKey key, String value, String comment, int lineNumber)
      Description copied from interface: IDictionaryRowProcessor
      Get access to dictionary rows. Call for every row in reading.
      Specified by:
      process in interface IDictionaryRowProcessor
      Parameters:
      key - - row key in dictionary, cannot be null.
      value - - row value in dictionary, can be null.
      comment - - row commant, can be null.
      lineNumber - - row number in dictionary.
    • getRows

      public List<DictionaryRow> getRows()