Uses of Interface
org.teamapps.universaldb.index.fileng.FileValue
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.fileng |
-
Uses of FileValue in org.teamapps.universaldb.index.fileng
Classes in org.teamapps.universaldb.index.fileng that implement FileValue Modifier and Type Class Description classLocalFileValueclassLocalStoreFileValueclassStoreFileValueMethods in org.teamapps.universaldb.index.fileng that return FileValue Modifier and Type Method Description static FileValueFileValue. create(java.io.File file)static FileValueFileValue. create(java.io.File file, java.lang.String fileName)FileValueFileIndex. getGenericValue(int id)FileValueFileIndex. getValue(int id)Methods in org.teamapps.universaldb.index.fileng with parameters of type FileValue Modifier and Type Method Description voidFileIndex. setGenericValue(int id, FileValue value)voidFileIndex. setValue(int id, FileValue value)