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 FileexportExploded(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 AssignableBase
as, getArchiveMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Assignable
as
-
Field Details
-
log
Logger
-
-
Constructor Details
-
ExplodedExporterImpl
-
-
Method Details
-
exportExploded
Exports provided archive as an exploded directory structure.- Specified by:
exportExplodedin 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:
exportExplodedin interfaceExplodedExporter- Parameters:
baseDirectory- Must be a folderdirectoryName- The exploded directory name- Returns:
- File for exploded archive contents
- See Also:
-
exportExplodedInto
Description copied from interface:ExplodedExporterExports provided archive as an exploded directory structure into the given directory.- Specified by:
exportExplodedIntoin interfaceExplodedExporter- Parameters:
directory- Must be a folder- Returns:
- File for exploded archive contents
-
export
-