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
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
@Deprecated public static String getResourcePath(String resource) throws Exception
getResourcePath(Set,
String)
Exception
public static void redeployJetty(String context) throws Exception
Exception
public static void redeployTomcat(String context) throws Exception
Exception
public static void undeploy(String appServerType, File deployDir) throws Exception
Exception