Class ZipArchiveImporter
java.lang.Object
org.projectnessie.versioned.transfer.files.ZipArchiveImporter
- All Implemented Interfaces:
AutoCloseable,ImportFileSupplier
Nessie importer using data from a ZIP file.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ZipArchiveImporter.Builderbuilder()voidclose()newFileInput(String fileName)
-
Constructor Details
-
ZipArchiveImporter
public ZipArchiveImporter()
-
-
Method Details
-
builder
-
newFileInput
- Specified by:
newFileInputin interfaceImportFileSupplier- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-