protected static class SftpSubsystem.DirectoryHandle extends SftpSubsystem.Handle implements Iterator<SshFile>
Constructor and Description |
---|
DirectoryHandle(SshFile file) |
Modifier and Type | Method and Description |
---|---|
void |
clearFileList() |
boolean |
hasNext() |
boolean |
isDone() |
SshFile |
next() |
void |
remove() |
void |
setDone(boolean done) |
close, getFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DirectoryHandle(SshFile file)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.