Package org.nuxeo.common.utils
Class FileTreeIterator
java.lang.Object
org.nuxeo.common.utils.FileTreeIterator
- Author:
- Bogdan Stefanescu
-
Constructor Summary
ConstructorsConstructorDescriptionFileTreeIterator(File root) FileTreeIterator(File root, boolean excludeRoot) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()static voidnext()voidremove()voidsetFilter(FileFilter filter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
FileTreeIterator
-
FileTreeIterator
-
-
Method Details