org.jboss.shrinkwrap.impl.base.exporter.zip
Class ZipExporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
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
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.Assignable |
as |
ZipExporterImpl
public ZipExporterImpl(Archive<?> archive)
exportAsInputStream
public InputStream exportAsInputStream()
- Exports this reference in an implementation-specific
format represented by the returned new
InputStream
instance
- Specified by:
exportAsInputStream
in interface StreamExporter
- Returns:
- A new
InputStream
to read the exported view - See Also:
StreamExporter.exportAsInputStream()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.