public class ExplodedExporterDelegate extends AbstractExporterDelegate<File>
Delegate used to export an archive into an exploded directory structure.
| Constructor and Description |
|---|
ExplodedExporterDelegate(Archive<?> archive,
File outputDirectory)
Creates a new exploded exporter delegate for the provided
Archive |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getResult()
Return the results of the export.
|
protected void |
processNode(ArchivePath path,
Node node)
Template method for processing a single node.
|
doExport, export, getArchiveprotected void processNode(ArchivePath path, Node node)
processNode in class AbstractExporterDelegate<File>path - The path of the nodenode - The node to processAbstractExporterDelegate.processNode(ArchivePath, Node)protected File getResult()
getResult in class AbstractExporterDelegate<File>AbstractExporterDelegate.getResult()Copyright © 2024 JBoss by Red Hat. All rights reserved.