Package org.nuxeo.common.utils
Class FileTreeIterator
java.lang.Object
org.nuxeo.common.utils.FileTreeIterator
- Author:
- Bogdan Stefanescu
-
Constructor Summary
ConstructorDescriptionFileTreeIterator
(File root) FileTreeIterator
(File root, boolean excludeRoot) -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
static void
next()
void
remove()
void
setFilter
(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
-
Constructor Details
-
FileTreeIterator
-
FileTreeIterator
-
-
Method Details