Package net.pryoscode.henji.utils
Class Resources
- java.lang.Object
-
- net.pryoscode.henji.utils.Resources
-
public class Resources extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getFiles(String path)static StringreadFile(String path)
-
-
-
Method Detail
-
getFiles
public static List<String> getFiles(String path) throws IOException
- Throws:
IOException
-
readFile
public static String readFile(String path) throws IOException
- Throws:
IOException
-
-