Class TarExporterDelegate
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate<java.io.InputStream>
-
- org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterDelegate
-
class TarExporterDelegate extends AbstractExporterDelegate<java.io.InputStream>
Implementation of an exporter for the TAR format
-
-
Constructor Summary
Constructors Constructor Description TarExporterDelegate(Archive<?> archive)Creates a new exporter delegate for exporting archives as TAR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStreamgetResult()Return the results of the export.protected voidprocessNode(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
-
TarExporterDelegate
TarExporterDelegate(Archive<?> archive)
Creates a new exporter delegate for exporting archives as TAR
-
-
Method Detail
-
processNode
protected void processNode(ArchivePath path, Node node)
Description copied from class:AbstractExporterDelegateTemplate method for processing a single node.- Specified by:
processNodein classAbstractExporterDelegate<java.io.InputStream>
-
getResult
protected java.io.InputStream getResult()
Description copied from class:AbstractExporterDelegateReturn the results of the export. Should process any tasks required to finalize the export.- Specified by:
getResultin classAbstractExporterDelegate<java.io.InputStream>- Returns:
-
-