|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.shef.dcs.oak.jate.util.FileLoader
public class FileLoader
Constructor Summary | |
---|---|
FileLoader()
|
Method Summary | |
---|---|
static java.util.List<java.io.File> |
getFileRecursive(java.io.File dir)
Load files recursively from a directory |
static java.util.List<java.io.File> |
getFolderRecursive(java.io.File dir)
Load directories recursively from a directory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileLoader()
Method Detail |
---|
public static java.util.List<java.io.File> getFileRecursive(java.io.File dir) throws java.io.FileNotFoundException
dir
-
java.io.FileNotFoundException
public static java.util.List<java.io.File> getFolderRecursive(java.io.File dir) throws java.io.FileNotFoundException
dir
-
java.io.FileNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |