public class DirectoryHandle extends BaseHandle implements java.util.Iterator<SshFile>
| Constructor and Description |
|---|
DirectoryHandle(java.lang.String id,
SshFile file) |
public DirectoryHandle(java.lang.String id,
SshFile file)
public boolean isDone()
public void setDone(boolean done)
public boolean hasNext()
hasNext in interface java.util.Iterator<SshFile>public void remove()
remove in interface java.util.Iterator<SshFile>public void clearFileList()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.