public final class FileListBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
buildFilteredList(File root,
String extension)
Build a list of all files within a given root with a filter by extension.
|
static List<File> |
buildList(File root)
Build a list of all files within a given root.
|
static List<File> |
turnRelativeIntoFiles(File root,
String[] relativePaths)
Creates files off of relative paths from a root.
|
public static List<File> buildList(File root)
root - the directory to start frompublic static List<File> buildFilteredList(File root, String extension)
root - the directory to start fromextension - the file extension to filter byCopyright © 2015. All Rights Reserved.