org.glassfish.deployment.common
Class ModuleExploder
java.lang.Object
org.glassfish.deployment.common.ModuleExploder
public class ModuleExploder
- extends Object
Simple Module exploder
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localStrings
protected static final StringManager localStrings
logger
protected static final Logger logger
PRESERVED_MANIFEST_NAME
protected static final String PRESERVED_MANIFEST_NAME
- See Also:
- Constant Field Values
WEB_INF_PREFIX
protected static final String WEB_INF_PREFIX
- See Also:
- Constant Field Values
ModuleExploder
public ModuleExploder()
explodeJar
public static void explodeJar(File source,
File destination)
throws IOException
- Throws:
IOException
explodeModule
public static void explodeModule(Archive source,
File directory,
boolean preserveManifest)
throws IOException,
DeploymentException
- Throws:
IOException
DeploymentException
Copyright © 2012. All Rights Reserved.