| Modifier and Type | Field and Description |
|---|---|
protected DirFollow |
dirFollow |
protected Predicate<File> |
fileFilter |
File |
start |
protected Predicate<TreeWalk<File>> |
treeWalkFilter |
protected TreeWalkType |
treeWalkType |
| Constructor and Description |
|---|
FileTreeIterable(File start) |
| Modifier and Type | Method and Description |
|---|---|
DirFollow |
getDirFollow() |
Predicate<File> |
getFileFilter() |
Predicate<TreeWalk<File>> |
getTreeWalkFilter() |
TreeWalkType |
getTreeWalkType() |
FileTreeIterator |
iterator() |
void |
setDirFollow(DirFollow dirFollow) |
void |
setFileFilter(Predicate<File> fileFilter) |
void |
setTreeWalkFilter(Predicate<TreeWalk<File>> treeWalkFilter) |
void |
setTreeWalkType(TreeWalkType treeWalkType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final File start
protected DirFollow dirFollow
protected TreeWalkType treeWalkType
public FileTreeIterable(File start)
public DirFollow getDirFollow()
public void setDirFollow(DirFollow dirFollow)
public TreeWalkType getTreeWalkType()
public void setTreeWalkType(TreeWalkType treeWalkType)
public FileTreeIterator iterator()
Copyright © 2018. All rights reserved.