public class DeployUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copyDependencyXml(String fileName,
String targetDir,
String targetFileName,
Map<String,String> filterMap,
boolean overwrite) |
static String |
getAutoDeployDestDir() |
static String |
getAutoDeployServerDestDir() |
static String |
getResourcePath(String resource) |
static void |
redeployJetty(String context) |
static void |
redeployTomcat(String context) |
static void |
undeploy(String appServerType,
File deployDir) |
public static void copyDependencyXml(String fileName, String targetDir, String targetFileName, Map<String,String> filterMap, boolean overwrite) throws Exception
Exceptionpublic static String getAutoDeployServerDestDir() throws Exception
Exceptionpublic static String getResourcePath(String resource) throws Exception
Exception