Class DictionaryFileStorage

java.lang.Object
com.e1c.langtool.storage.AbstractFileStorage
com.e1c.langtool.internal.storage.DictionaryFileStorage
All Implemented Interfaces:
ITranslationStorageProvider.DictionaryStorage, ITranslationStorageProvider.Storage

public class DictionaryFileStorage extends AbstractFileStorage implements ITranslationStorageProvider.DictionaryStorage
The default implementation of file resource storage that stores only non-context dictionary data. Storage get translation file path by settings file path and select external project by the translation language. Implementation supports to load file's data according to configured format in storage settings.