Class TarBz2ExporterDelegate
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate<java.io.InputStream>
-
- org.jboss.shrinkwrap.impl.base.exporter.tar.TarBz2ExporterDelegate
-
class TarBz2ExporterDelegate extends AbstractExporterDelegate<java.io.InputStream>
Implementation of an exporter for the TAR format, further encoded as BZip2.
-
-
Constructor Summary
Constructors Constructor Description TarBz2ExporterDelegate(Archive<?> archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStream
getResult()
Return the results of the export.protected void
processNode(ArchivePath path, Node node)
Template method for processing a single node.-
Methods inherited from class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
doExport, export, getArchive
-
-
-
-
Constructor Detail
-
TarBz2ExporterDelegate
TarBz2ExporterDelegate(Archive<?> archive)
-
-
Method Detail
-
processNode
protected void processNode(ArchivePath path, Node node)
Description copied from class:AbstractExporterDelegate
Template method for processing a single node.- Specified by:
processNode
in classAbstractExporterDelegate<java.io.InputStream>
-
getResult
protected java.io.InputStream getResult()
Description copied from class:AbstractExporterDelegate
Return the results of the export. Should process any tasks required to finalize the export.- Specified by:
getResult
in classAbstractExporterDelegate<java.io.InputStream>
- Returns:
-
-