Interface IDictionaryRowProcessor
- All Known Implementing Classes:
TranslationFileRows
public interface IDictionaryRowProcessor
Interface for dictionary rows consumers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(FeatureKey key, String value, String comment, int lineNumber) Get access to dictionary rows.
-
Method Details
-
process
Get access to dictionary rows. Call for every row in reading.- Parameters:
key- - row key in dictionary, cannot benull.value- - row value in dictionary, can benull.comment- - row commant, can benull.lineNumber- - row number in dictionary.
-