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
compareTo
Methods 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 connectedExportInfo
of this file handle.- Returns:
- the connected
ExportInfo
of this file handle - Since:
- 5.2.1403
- See Also:
-