public final class FileUtils extends Object
Modifier and Type | Method and Description |
---|---|
static File |
createFileIfNotExists(File file)
Check if the specified
File exists. |
static void |
delete(File file)
Delete the specified
File instance from the filesystem. |
static <T> T |
readObject(File file)
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.