org.jboss.shrinkwrap.api.exporter
Interface ZipExporter

All Superinterfaces:
Assignable

public interface ZipExporter
extends Assignable

ZipExporter Exporter used to export an Archive as a Zip format.

Version:
$Revision: $
Author:
John Bailey, Aslak Knutsen

Method Summary
 InputStream exportZip()
          Exports provided archive as a Zip archive.
 
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
 

Method Detail

exportZip

InputStream exportZip()
Exports provided archive as a Zip archive.

Parameters:
archive -
Returns:
InputStram for exported Zip
Throws:
IllegalArgumentException - if the archive is not valid
ArchiveExportException - if the export process fails


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.