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 7.0.0, replaced by
getResourcePath(Set,
String) |
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 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 redeployJetty(String context)
throws Exception
Exceptionpublic static void redeployTomcat(String context)
throws Exception
Exceptionpublic static void undeploy(String appServerType,
File deployDir)
throws Exception
Exception