public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(Path src,
Path dest,
CopyOption... copyOptions) |
static void |
createAndValidateDir(Path dirToCreate) |
static boolean |
deleteQuietly(Path path) |
static void |
deleteTree(Path file) |
static void |
setCorrectPermissions(Path dest) |
public static void setCorrectPermissions(Path dest)
public static void createAndValidateDir(Path dirToCreate)
public static boolean deleteQuietly(Path path)
public static void copy(Path src, Path dest, CopyOption... copyOptions)
public static void deleteTree(Path file)
Copyright © 2020. All rights reserved.