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 String |
getResourcePath(String resource)
Deprecated.
As of Judson (7.1.x), replaced by
getResourcePath(Set, String) |
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 void deletePath(Path tempPath)
throws IOException
IOExceptionpublic static String getAutoDeployDestDir()
throws Exception
Exceptionpublic static String getAutoDeployServerDestDir()
throws Exception
Exceptionpublic static String getResourcePath(Set<Path> tempPaths,
String resource)
throws Exception
Exception@Deprecated
public static String getResourcePath(String resource)
throws Exception
getResourcePath(Set, String)Exceptionpublic static void redeployTomcat(String context)
throws Exception
Exceptionpublic static void undeploy(String appServerType,
File deployDir)
throws Exception
Exception