Uses of Interface
com.myjavaworld.ftp.ListParser

Packages that use ListParser
com.myjavaworld.ftp This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). 
 

Uses of ListParser in com.myjavaworld.ftp
 

Classes in com.myjavaworld.ftp that implement ListParser
 class DefaultListParser
          The default implementation of ListParser interface.
 class DosListParser
          An implementation of ListParser interface used to parse the directory listing of FTP servers, which produce the output in MS-DOS format.
 

Fields in com.myjavaworld.ftp declared as ListParser
protected  ListParser DefaultFTPClient.listParser
          A ListParser object used to parse the directory listing produced by the remote host.
 

Methods in com.myjavaworld.ftp that return ListParser
 ListParser FTPClient.getListParser()
          Returns the current ListParser in use by this FTPClient.
 ListParser DefaultFTPClient.getListParser()
           
 

Methods in com.myjavaworld.ftp with parameters of type ListParser
 void FTPClient.setListParser(ListParser listParser)
          Sets the ListParser to the specified listParser .ListParser objects are used to parsre the contents of a remote directory in to RemoteFile objects.
 void DefaultFTPClient.setListParser(ListParser listParser)
           
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.