public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
cleanDirectory(Path directory) |
static Path |
moveDirectory(Path originalDir,
Path destinationDir) |
public static Path cleanDirectory(Path directory) throws IOException
IOExceptionpublic static Path moveDirectory(Path originalDir, Path destinationDir) throws IOException
IOException