Class TarGzExporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl
- All Implemented Interfaces:
Assignable,StreamExporter,TarGzExporter
Implementation of
TarGzExporter used to export an Archive as a TAR format encoded in GZIP.-
Constructor Summary
ConstructorsConstructorDescriptionTarGzExporterImpl(Archive<?> archive) Creates a new exporter for the specified archive -
Method Summary
Modifier and TypeMethodDescriptionExports this reference in an implementation-specific format represented by the returned newInputStreaminstanceMethods inherited from class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
exportTo, exportTo, exportTo, getOutputStreamToFileMethods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchiveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.shrinkwrap.api.Assignable
asMethods inherited from interface org.jboss.shrinkwrap.api.exporter.StreamExporter
exportTo, exportTo, exportTo
-
Constructor Details
-
TarGzExporterImpl
Creates a new exporter for the specified archive
-
-
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:
-