private class CommonsVfs2UrlType.Dir.FileAbstractIterator extends com.google.common.collect.AbstractIterator<Vfs.File>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Stack<org.apache.commons.vfs2.FileObject> |
stack |
Modifier | Constructor and Description |
---|---|
private |
FileAbstractIterator() |
Modifier and Type | Method and Description |
---|---|
protected Vfs.File |
computeNext() |
private CommonsVfs2UrlType.File |
getFile(org.apache.commons.vfs2.FileObject file) |
private boolean |
isDir(org.apache.commons.vfs2.FileObject file) |
private boolean |
listDir(org.apache.commons.vfs2.FileObject file) |
protected java.util.List<org.apache.commons.vfs2.FileObject> |
listFiles(org.apache.commons.vfs2.FileObject file) |
endOfData, hasNext, next, peek
protected Vfs.File computeNext()
computeNext
in class com.google.common.collect.AbstractIterator<Vfs.File>
private CommonsVfs2UrlType.File getFile(org.apache.commons.vfs2.FileObject file)
private boolean listDir(org.apache.commons.vfs2.FileObject file)
private boolean isDir(org.apache.commons.vfs2.FileObject file) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
protected java.util.List<org.apache.commons.vfs2.FileObject> listFiles(org.apache.commons.vfs2.FileObject file)