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 void |
deletePath(Path tempPath) |
static String |
getAutoDeployDestDir() |
static String |
getAutoDeployServerDestDir() |
static String |
getResourcePath(Set<Path> tempPaths,
String resource) |
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
Exception
public static void deletePath(Path tempPath) throws IOException
IOException
public static String getAutoDeployDestDir() throws Exception
Exception
public static String getAutoDeployServerDestDir() throws Exception
Exception
public static String getResourcePath(Set<Path> tempPaths, String resource) throws Exception
Exception
public static void redeployTomcat(String context) throws Exception
Exception
public static void undeploy(String appServerType, File deployDir) throws Exception
Exception