Package org.jboss.shrinkwrap.api.exporter


Interface Summary
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.
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 Summary
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.
 



Copyright © 2012 JBoss by Red Hat. All Rights Reserved.