Interface ExportProgress
- All Superinterfaces:
ActionProgress
,Serializable
Interface providing access to the progress information of a
project export
.- Since:
- 4.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the count of exported bytes.Methods inherited from interface de.espirit.firstspirit.access.ActionProgress
getLog, getProgress, getStatus, isFinished
-
Method Details
-
getExportedBytes
long getExportedBytes()Returns the count of exported bytes.- Since:
- 4.0
-
getException
Exception getException()- Since:
- 4.0
-
getExportFiles
List<ExportFile> getExportFiles()- Since:
- 4.1.24
-