public class DeployUtil
extends Object
| Constructor and Description |
|---|
DeployUtil() |
| 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 |
getResourcePath(Set<Path> tempDirPaths,
String resource) |
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 getResourcePath(Set<Path> tempDirPaths,
String resource)
throws Exception
Exception