Class PropertiesDictionaryFileEditor

java.lang.Object
com.e1c.langtool.storage.properties.AbstractPropertiesFileEditor<StringDictionaryData>
com.e1c.langtool.storage.properties.PropertiesDictionaryFileEditor
All Implemented Interfaces:
IFileEditor<StringDictionaryData>

public class PropertiesDictionaryFileEditor extends AbstractPropertiesFileEditor<StringDictionaryData>
The properties file editor of dictionary data model that represents "key=value" properties file. Where key is source word and value is translation. Allows to configure case-sensitive of key and value, check unique of translations values. Also allows to check unique of the value globally by all available to read dictionary storages and replace value with prefix and/or postfix characters on the read of file content.