Class TarExporterDelegate
java.lang.Object
org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate<InputStream>
org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterDelegate
Implementation of an exporter for the TAR format
-
Constructor Summary
ConstructorsConstructorDescriptionTarExporterDelegate
(Archive<?> archive) Creates a new exporter delegate for exporting archives as TAR -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStream
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 Details
-
TarExporterDelegate
TarExporterDelegate(Archive<?> archive) Creates a new exporter delegate for exporting archives as TAR
-
-
Method Details
-
processNode
Description copied from class:AbstractExporterDelegate
Template method for processing a single node.- Specified by:
processNode
in classAbstractExporterDelegate<InputStream>
- Parameters:
path
-node
-
-
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<InputStream>
- Returns:
-