ShrinkWrap Implementation Base 1.0.0

org.jboss.shrinkwrap.impl.base.exporter.zip
Class ZipExporterImpl

java.lang.Object
  extended by org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
      extended by org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
          extended by org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl
All Implemented Interfaces:
Assignable, StreamExporter, ZipExporter

public class ZipExporterImpl
extends AbstractStreamExporterImpl
implements ZipExporter

Implementation of ZipExporter used to export an Archive as a Zip format.

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

Constructor Summary
ZipExporterImpl(Archive<?> archive)
           
 
Method Summary
 InputStream exportAsInputStream()
          
 
Methods inherited from class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
exportTo, exportTo, exportTo, getOutputStreamToFile
 
Methods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.shrinkwrap.api.exporter.StreamExporter
exportTo, exportTo, exportTo
 
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
 

Constructor Detail

ZipExporterImpl

public ZipExporterImpl(Archive<?> archive)
Method Detail

exportAsInputStream

public InputStream exportAsInputStream()

Specified by:
exportAsInputStream in interface StreamExporter
See Also:
StreamExporter.exportAsInputStream()

ShrinkWrap Implementation Base 1.0.0

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