public class ModuleExploder extends Object
Modifier and Type | Field and Description |
---|---|
static Logger |
deplLogger |
protected static 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(Archive source,
File directory,
boolean preserveManifest) |
public static final Logger deplLogger
protected static final 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
IOException
public static void explodeModule(Archive source, File directory, boolean preserveManifest) throws IOException, DeploymentException
IOException
DeploymentException
Copyright © 2019. All rights reserved.