Package org.jboss.shrinkwrap.api.exporter
-
Interface Summary Interface Description ExplodedExporter Exporter used to export an Archive as an exploded directory structure.StreamExporter Generic exporter capable of representing anAssignable
as anInputStream
, or writing its contents to a providedOutputStream
orFile
.TarBz2Exporter Exporter used to represent anAssignable
in TAR format encoded w/ BZip2 compressionTarExporter Exporter used to represent anAssignable
in TAR formatTarGzExporter Exporter used to represent anAssignable
in TAR format encoded w/ GZIP compressionZipExporter Exporter used to represent anAssignable
in ZIP format.ZipStoredExporter Exporter used to represent anAssignable
in ZIP format with STORED compression (none compression). -
Exception Summary Exception Description ArchiveExportException Exception thrown when an error occurs exporting an Archive.FileExistsException Thrown to denote that an export request to a particularFile
has failed because the file specified already exists and should not be overwritten.