Interface ExplodedExporter
- All Superinterfaces:
Assignable
- All Known Implementing Classes:
ExplodedExporterImpl
Exporter used to export an Archive as an exploded directory structure.
- Version:
- $Revision: $
-
Method Summary
Modifier and TypeMethodDescriptionexportExploded
(File parentDirectory) Exports provided archive as an exploded directory structure.exportExploded
(File parentDirectory, String directoryName) Exports provided archive as an exploded directory structure.exportExplodedInto
(File directory) Exports provided archive as an exploded directory structure into the given directory.Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
Method Details
-
exportExploded
Exports provided archive as an exploded directory structure.- Parameters:
parentDirectory
- Must be a folder- Returns:
- File for exploded archive contents
- Throws:
IllegalArgumentException
- if the archive or parent directory not validArchiveExportException
- if the export process fails
-
exportExploded
Exports provided archive as an exploded directory structure.- Parameters:
parentDirectory
- Must be a folderdirectoryName
- The exploded directory name- Returns:
- File for exploded archive contents
- Throws:
IllegalArgumentException
- if the archive or parent directory not validArchiveExportException
- if the export process fails
-
exportExplodedInto
Exports provided archive as an exploded directory structure into the given directory.- Parameters:
directory
- Must be a folder- Returns:
- File for exploded archive contents
- Throws:
IllegalArgumentException
- if the archive or parent directory not validArchiveExportException
- if the export process fails
-