Class TranslationFileRows
java.lang.Object
com.e1c.langtool.v8.dt.resourcestorage.QnTranslationsFile
com.e1c.langtool.v8.dt.resourcestorage.TranslationFileRows
- All Implemented Interfaces:
IDictionaryRowProcessor,ITranslationsFile
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.resourcestorage.QnTranslationsFile
comments, counterCache, keyCaseSensitive, storage, valueCaseSensitive -
Constructor Summary
ConstructorsConstructorDescriptionTranslationFileRows(String languageCode, org.eclipse.core.resources.IFile file, boolean keyCaseSensitive, boolean valueCaseSensitive, String comment) -
Method Summary
Modifier and TypeMethodDescriptiongetRows()voidprocess(FeatureKey key, String value, String comment, int lineNumber) Get access to dictionary rows.Methods inherited from class com.e1c.langtool.v8.dt.resourcestorage.QnTranslationsFile
delete, getComment, getFile, getLanguageCode, getTranslation, getTranslationKeys, isDirty, isEmpty, isUniqueValue, load, load, markDirty, removeTranslation, setComment, setFile, setTranslation, store, store, store, updateCounterCache
-
Constructor Details
-
TranslationFileRows
-
-
Method Details
-
process
Description copied from interface:IDictionaryRowProcessorGet access to dictionary rows. Call for every row in reading.- Specified by:
processin interfaceIDictionaryRowProcessor- 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.
-
getRows
-