public class ModuleExploder extends Object
| Modifier and Type | Field and Description |
|---|---|
static Logger |
deplLogger |
protected static com.sun.enterprise.util.i18n.StringManager |
localStrings |
protected static String |
PRESERVED_MANIFEST_NAME |
protected static String |
WEB_INF_PREFIX |
| Constructor and Description |
|---|
ModuleExploder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
explodeJar(File source,
File destination) |
static void |
explodeModule(org.glassfish.api.deployment.archive.Archive source,
File directory,
boolean preserveManifest) |
public static final Logger deplLogger
protected static final com.sun.enterprise.util.i18n.StringManager localStrings
protected static final String PRESERVED_MANIFEST_NAME
protected static final String WEB_INF_PREFIX
public static void explodeJar(File source, File destination) throws IOException
IOExceptionpublic static void explodeModule(org.glassfish.api.deployment.archive.Archive source,
File directory,
boolean preserveManifest)
throws IOException,
DeploymentException
IOExceptionDeploymentExceptionCopyright © 2013. All Rights Reserved.