org.jboss.shrinkwrap.api.exporter
Interface ExplodedExporter

All Superinterfaces:
Assignable

public interface ExplodedExporter
extends Assignable

ExplodedExporter Exporter used to export an Archive as an exploded directory structure.

Version:
$Revision: $
Author:
John Bailey, Aslak Knutsen

Method Summary
 File exportExploded(File parentDirectory)
          Exports provided archive as an exploded directory structure.
 
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
 

Method Detail

exportExploded

File exportExploded(File parentDirectory)
Exports provided archive as an exploded directory structure.

Parameters:
archive -
parentDirectory -
Returns:
File for exploded archive contents
Throws:
IllegalArgumentException - if the archive or parent directory not valid
ArchiveExportException - if the export process fails


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.