Class ExplodedExporterDelegate
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate<File>
-
- org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterDelegate
-
public class ExplodedExporterDelegate extends AbstractExporterDelegate<File>
ExplodedExporterDelegate Delegate used to export an archive into an exploded directory structure.- Version:
- $Revision: $
- Author:
- John Bailey, Aslak Knutsen
-
-
Constructor Summary
Constructors Constructor Description ExplodedExporterDelegate(Archive<?> archive, File outputDirectory)
Creates a new exploded exporter delegate for the providedArchive
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected File
getResult()
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
-
-
-
-
Method Detail
-
processNode
protected void processNode(ArchivePath path, Node node)
Template method for processing a single node.- Specified by:
processNode
in classAbstractExporterDelegate<File>
- See Also:
AbstractExporterDelegate.processNode(ArchivePath, Node)
-
getResult
protected File getResult()
Return the results of the export. Should process any tasks required to finalize the export.- Specified by:
getResult
in classAbstractExporterDelegate<File>
- Returns:
- See Also:
AbstractExporterDelegate.getResult()
-
-