|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.sftp.SftpSubsystem.Handle
org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
protected static class SftpSubsystem.DirectoryHandle
| Constructor Summary | |
|---|---|
SftpSubsystem.DirectoryHandle(SshFile file)
|
|
| Method Summary | |
|---|---|
void |
clearFileList()
|
boolean |
hasNext()
|
boolean |
isDone()
|
SshFile |
next()
|
void |
remove()
|
void |
setDone(boolean done)
|
| Methods inherited from class org.apache.sshd.server.sftp.SftpSubsystem.Handle |
|---|
close, getFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SftpSubsystem.DirectoryHandle(SshFile file)
| Method Detail |
|---|
public boolean isDone()
public void setDone(boolean done)
public boolean hasNext()
hasNext in interface java.util.Iterator<SshFile>public SshFile next()
next in interface java.util.Iterator<SshFile>public void remove()
remove in interface java.util.Iterator<SshFile>public void clearFileList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||