Interface ExportInfoFileHandle
- All Superinterfaces:
Comparable<FileHandle>,FileHandle
This interface represents a
FileHandle during the ExportOperation. An ExportInfoFileHandle is
always connected to one specific ExportInfo.- Since:
- 5.2.1403
- See Also:
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.espirit.firstspirit.io.FileHandle
append, delete, exists, getChild, getCrc, getLastModified, getName, getOutputStream, getOutputStream, getParent, getPath, getSize, getType, hasCrc, isDirectory, isFile, listFiles, load, mkDirs, rename, save, setLastModified, swapWith
-
Method Details
-
getExportInfo
ExportInfo getExportInfo()Returns the connectedExportInfoof this file handle.- Returns:
- the connected
ExportInfoof this file handle - Since:
- 5.2.1403
- See Also:
-