public class FileUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
deleteRecursive(Path directory) |
static String |
readFile(Class<?> testClass,
String fileName) |
static String |
readFile(InputStream file) |
static String |
readFile(URL url) |
public static String readFile(InputStream file)
public static void deleteRecursive(Path directory) throws IOException
IOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.