|
ShrinkWrap API 1.0.0-cr-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExplodedExporter
Exporter used to export an Archive as an exploded directory structure.
| Method Summary | |
|---|---|
File |
exportExploded(File parentDirectory)
Exports provided archive as an exploded directory structure. |
File |
exportExploded(File parentDirectory,
String directoryName)
Exports provided archive as an exploded directory structure. |
| Methods inherited from interface org.jboss.shrinkwrap.api.Assignable |
|---|
as |
| Method Detail |
|---|
File exportExploded(File parentDirectory)
archive - parentDirectory - Must be a folder
IllegalArgumentException - if the archive or parent directory not valid
ArchiveExportException - if the export process fails
File exportExploded(File parentDirectory,
String directoryName)
archive - parentDirectory - Must be a folderdirectoryName - The exploded directory name
IllegalArgumentException - if the archive or parent directory not valid
ArchiveExportException - if the export process fails
|
ShrinkWrap API 1.0.0-cr-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||