class TarGzExporterDelegate extends AbstractExporterDelegate<java.io.InputStream>
| Constructor and Description |
|---|
TarGzExporterDelegate(Archive<?> archive) |
| Modifier and Type | Method and 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.
|
doExport, export, getArchiveTarGzExporterDelegate(Archive<?> archive)
protected void processNode(ArchivePath path, Node node)
AbstractExporterDelegateprocessNode in class AbstractExporterDelegate<java.io.InputStream>protected java.io.InputStream getResult()
AbstractExporterDelegategetResult in class AbstractExporterDelegate<java.io.InputStream>