Class AbstractFileStorage

java.lang.Object
com.e1c.langtool.storage.AbstractFileStorage
All Implemented Interfaces:
ITranslationStorageProvider.Storage
Direct Known Subclasses:
ContextFileStorage, DictionaryFileStorage

public abstract class AbstractFileStorage extends Object implements ITranslationStorageProvider.Storage
The abstract class of resource file storage, that allows to use common logic to track external file changing events, or save asynchronously, storage batch mode, firing changes events and etc.