public class DirectoryHandle extends BaseHandle implements Iterator<SshFile>
DirectoryHandle(String id, SshFile file)
void
clearFileList()
boolean
hasNext()
isDone()
SshFile
next()
remove()
setDone(boolean done)
close, getFile, getId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DirectoryHandle(String id, SshFile file)
public boolean isDone()
public void setDone(boolean done)
public boolean hasNext()
hasNext
Iterator<SshFile>
public SshFile next()
next
public void remove()
remove
public void clearFileList()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.