Interface BasicImportOptions
-
- All Known Implementing Classes:
ImportAuditOptions
,ImportOptions
public interface BasicImportOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getInput()
Set<ObjectTypes>
getType()
boolean
isOverwrite()
boolean
isZip()
-
-
-
Method Detail
-
getInput
File getInput()
-
isOverwrite
boolean isOverwrite()
-
isZip
boolean isZip()
-
getType
Set<ObjectTypes> getType()
-
-