Package org.nuxeo.common.utils
Class FileTreeIterator
- java.lang.Object
-
- org.nuxeo.common.utils.FileTreeIterator
-
-
Constructor Summary
Constructors Constructor Description FileTreeIterator(File root)FileTreeIterator(File root, boolean excludeRoot)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFiltergetFilter()booleanhasNext()static voidmain(String[] args)Filenext()voidremove()voidsetFilter(FileFilter filter)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
setFilter
public void setFilter(FileFilter filter)
-
getFilter
public FileFilter getFilter()
-
main
public static void main(String[] args)
-
-