Class ZipArchiveExporter
java.lang.Object
org.projectnessie.versioned.transfer.files.ZipArchiveExporter
- All Implemented Interfaces:
AutoCloseable,ExportFileSupplier
Nessie exporter that creates a ZIP file.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ZipArchiveExporter.Builderbuilder()voidclose()newFileOutput(String fileName) void
-
Constructor Details
-
ZipArchiveExporter
public ZipArchiveExporter()
-
-
Method Details
-
builder
-
preValidate
public void preValidate()- Specified by:
preValidatein interfaceExportFileSupplier
-
getTargetPath
- Specified by:
getTargetPathin interfaceExportFileSupplier
-
newFileOutput
- Specified by:
newFileOutputin interfaceExportFileSupplier- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-