Class AbstractFileStore
java.lang.Object
org.teamapps.universaldb.index.file.AbstractFileStore
- All Implemented Interfaces:
FileStore
- Direct Known Subclasses:
LocalFileStore
public abstract class AbstractFileStore extends java.lang.Object implements FileStore
-
Constructor Summary
Constructors Constructor Description AbstractFileStore() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.universaldb.index.file.FileStore
fileExists, getFile, getFileSupplier, removeFile, setFile
-
Constructor Details
-
AbstractFileStore
public AbstractFileStore()
-