Class ExplodedExporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl
- All Implemented Interfaces:
Assignable
,ExplodedExporter
ExplodedExporterImpl
Implementation of ExplodedExporter used to export an Archive as an exploded directory structure.
- Version:
- $Revision: $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate File
exportExploded
(File baseDirectory) Exports provided archive as an exploded directory structure.exportExploded
(File baseDirectory, 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 class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
Field Details
-
log
Logger
-
-
Constructor Details
-
ExplodedExporterImpl
-
-
Method Details
-
exportExploded
Exports provided archive as an exploded directory structure.- Specified by:
exportExploded
in interfaceExplodedExporter
- Parameters:
baseDirectory
- Must be a folder- Returns:
- File for exploded archive contents
- See Also:
-
exportExploded
Exports provided archive as an exploded directory structure.- Specified by:
exportExploded
in interfaceExplodedExporter
- Parameters:
baseDirectory
- Must be a folderdirectoryName
- The exploded directory name- Returns:
- File for exploded archive contents
- See Also:
-
exportExplodedInto
Description copied from interface:ExplodedExporter
Exports provided archive as an exploded directory structure into the given directory.- Specified by:
exportExplodedInto
in interfaceExplodedExporter
- Parameters:
directory
- Must be a folder- Returns:
- File for exploded archive contents
-
export
-