Interface | Description |
---|---|
ExplodedExporter |
Exporter used to export an Archive as an exploded directory structure.
|
StreamExporter |
Generic exporter capable of representing an
Assignable as an InputStream , or writing its contents to
a provided OutputStream or File . |
TarBz2Exporter |
Exporter used to represent an
Assignable in TAR format encoded w/ BZip2 compression |
TarExporter |
Exporter used to represent an
Assignable in TAR format |
TarGzExporter |
Exporter used to represent an
Assignable in TAR format encoded w/ GZIP compression |
ZipExporter |
Exporter used to represent an
Assignable in ZIP format. |
Exception | Description |
---|---|
ArchiveExportException |
Exception thrown when an error occurs exporting an Archive.
|
FileExistsException |
Thrown to denote that an export request to a particular
File has failed because the file specified already
exists and should not be overwritten. |