Interface BasicExportOptions
-
- All Known Implementing Classes:
ExportAuditOptions
,ExportMiningOptions
,ExportOptions
,UpgradeObjectsOptions
,VerifyOptions
public interface BasicExportOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getOutput()
boolean
isOverwrite()
boolean
isZip()
-
-
-
Method Detail
-
getOutput
File getOutput()
-
isOverwrite
boolean isOverwrite()
-
isZip
boolean isZip()
-
-