|
||||||||||
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 | |
---|---|
java.io.File |
exportExploded(java.io.File parentDirectory)
Exports provided archive as an exploded directory structure. |
java.io.File |
exportExploded(java.io.File parentDirectory,
java.lang.String directoryName)
Exports provided archive as an exploded directory structure. |
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable |
---|
as |
Method Detail |
---|
java.io.File exportExploded(java.io.File parentDirectory)
archive
- parentDirectory
- Must be a folder
java.lang.IllegalArgumentException
- if the archive or parent directory not valid
ArchiveExportException
- if the export process failsjava.io.File exportExploded(java.io.File parentDirectory, java.lang.String directoryName)
archive
- parentDirectory
- Must be a folderdirectoryName
- The exploded directory name
java.lang.IllegalArgumentException
- if the archive or parent directory not valid
ArchiveExportException
- if the export process fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |