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 anAssignableas anInputStream, or writing its contents to a providedOutputStreamorFile.TarBz2Exporter Exporter used to represent anAssignablein TAR format encoded w/ BZip2 compressionTarExporter Exporter used to represent anAssignablein TAR formatTarGzExporter Exporter used to represent anAssignablein TAR format encoded w/ GZIP compressionZipExporter Exporter used to represent anAssignablein ZIP format. -
Exception Summary Exception Description ArchiveExportException Exception thrown when an error occurs exporting an Archive.FileExistsException Thrown to denote that an export request to a particularFilehas failed because the file specified already exists and should not be overwritten.