Package org.jboss.shrinkwrap.api.exporter
package org.jboss.shrinkwrap.api.exporter
-
ClassDescriptionException thrown when an error occurs exporting an Archive.Exporter used to export an Archive as an exploded directory structure.Thrown to denote that an export request to a particular
File
has failed because the file specified already exists and should not be overwritten.Generic exporter capable of representing anAssignable
as anInputStream
, or writing its contents to a providedOutputStream
orFile
.Exporter used to represent anAssignable
in TAR format encoded w/ BZip2 compressionExporter used to represent anAssignable
in TAR formatExporter used to represent anAssignable
in TAR format encoded w/ GZIP compressionExporter used to represent anAssignable
in ZIP format.