Package org.glassfish.deployment.common
Class ModuleExploder
java.lang.Object
org.glassfish.deployment.common.ModuleExploder
Simple Module exploder
- Author:
- Jerome Dochez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexplodeJar(File source, File destination) static voidexplodeModule(org.glassfish.api.deployment.archive.Archive source, File directory, boolean preserveManifest)
-
Field Details
-
deplLogger
-
localStrings
protected static final com.sun.enterprise.util.i18n.StringManager localStrings -
PRESERVED_MANIFEST_NAME
- See Also:
-
WEB_INF_PREFIX
- See Also:
-
-
Constructor Details
-
ModuleExploder
public ModuleExploder()
-
-
Method Details
-
explodeJar
- Throws:
IOException
-
explodeModule
public static void explodeModule(org.glassfish.api.deployment.archive.Archive source, File directory, boolean preserveManifest) throws IOException, DeploymentException - Throws:
IOExceptionDeploymentException
-