public class ExplodedExporterDelegate extends AbstractExporterDelegate<File>
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, getArchive
protected void processNode(ArchivePath path, Node node)
processNode
in class AbstractExporterDelegate<File>
AbstractExporterDelegate.processNode(ArchivePath, Node)
protected File getResult()
getResult
in class AbstractExporterDelegate<File>
AbstractExporterDelegate.getResult()
Copyright © 2016 JBoss by Red Hat. All rights reserved.