Uses of Interface
org.globus.ftp.MlsxEntryWriter
-
Packages that use MlsxEntryWriter Package Description org.globus.ftp -
-
Uses of MlsxEntryWriter in org.globus.ftp
Fields in org.globus.ftp declared as MlsxEntryWriter Modifier and Type Field Description private MlsxEntryWriter
GridFTPClient.MlsxParserDataSink. writer
Methods in org.globus.ftp with parameters of type MlsxEntryWriter Modifier and Type Method Description void
GridFTPClient. mlsr(java.lang.String path, MlsxEntryWriter writer)
Performs a recursive directory listing starting at the given path (or, if path is null, at the current directory of the FTP server).Constructors in org.globus.ftp with parameters of type MlsxEntryWriter Constructor Description MlsxParserDataSink(MlsxEntryWriter w)
-