public class CommonUtils extends Object
| Constructor and Description |
|---|
CommonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(Path source,
Path dest) |
static void |
copyFolder(Path src,
Path dest) |
static void |
disableSslCertChecking() |
protected static void |
setEnv(Map<String,String> newEnv) |
static void |
setEnv(String key,
String value) |
public static void disableSslCertChecking()
public static void copyFolder(Path src, Path dest) throws IOException
IOExceptionCopyright © 2023. All rights reserved.