public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
createTempDir(String prefix) |
static List<Path> |
getPaths(Path dir,
String glob) |
static void |
removeTempDir(Path tempDir) |
static void |
setTempDirParent(Path tempDirParentPath) |
public static void setTempDirParent(Path tempDirParentPath)
public static Path createTempDir(String prefix) throws IOException
IOExceptionpublic static void removeTempDir(Path tempDir)
public static List<Path> getPaths(Path dir, String glob) throws IOException
IOExceptionCopyright © 2018 red6 enterprise software GmbH. All rights reserved.