Interface IDictionaryRowProcessor

All Known Implementing Classes:
TranslationFileRows

public interface IDictionaryRowProcessor
Interface for dictionary rows consumers.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(FeatureKey key, String value, String comment, int lineNumber)
    Get access to dictionary rows.
  • Method Details

    • process

      void process(FeatureKey key, String value, String comment, int lineNumber)
      Get access to dictionary rows. Call for every row in reading.
      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.