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
Implementation of ZipExporter used to export an Archive as a ZIP format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExports this reference in an implementation-specific format represented by the returned newInputStreaminstanceMethods inherited from class AbstractStreamExporterImpl
exportTo, exportTo, exportTo, getOutputStreamToFileMethods inherited from class AssignableBase
as, getArchiveMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Assignable
asMethods inherited from interface StreamExporter
exportTo, exportTo, exportTo
-
Constructor Details
-
ZipExporterImpl
-
-
Method Details
-
exportAsInputStream
Exports this reference in an implementation-specific format represented by the returned newInputStreaminstance- Specified by:
exportAsInputStreamin interfaceStreamExporter- Returns:
- A new
InputStreamto read the exported view - See Also:
-