| Constructor and Description |
|---|
FileSystemTree(File root)
Constructor for an unfiltered file system tree.
|
FileSystemTree(File root,
Filter<File> filter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<File> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FileSystemTree(File root, Filter<File> filter)
root - root of the file system treefilter - used to filter files returned by the iteratorpublic FileSystemTree(File root)
root - root of the file system treeCopyright © 2014–2016 Tomas Teubner. All rights reserved.