protected static class SftpSubsystem.DirectoryHandle extends SftpSubsystem.Handle implements Iterator<SshFile>
Constructor and Description |
---|
SftpSubsystem.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
public SftpSubsystem.DirectoryHandle(SshFile file)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.