Uses of Interface
it.sauronsoftware.ftp4j.FTPListParser

Packages that use FTPListParser
it.sauronsoftware.ftp4j FTP client implementation 
it.sauronsoftware.ftp4j.listparsers Built-in list parsers 
 

Uses of FTPListParser in it.sauronsoftware.ftp4j
 

Methods in it.sauronsoftware.ftp4j that return FTPListParser
 FTPListParser[] FTPClient.getListParsers()
          This method returns a list with all the FTPListParser used by the client.
 

Methods in it.sauronsoftware.ftp4j with parameters of type FTPListParser
 void FTPClient.addListParser(FTPListParser listParser)
          This method adds a FTPListParser to the object.
 void FTPClient.removeListParser(FTPListParser listParser)
          This method removes a FTPListParser previously added to the object.
 

Uses of FTPListParser in it.sauronsoftware.ftp4j.listparsers
 

Classes in it.sauronsoftware.ftp4j.listparsers that implement FTPListParser
 class DOSListParser
          This parser can handle the MSDOS-style LIST responses.
 class EPLFListParser
          This parser can handle the EPLF format.
 class NetWareListParser
          This parser can handle NetWare list responses.
 class UnixListParser
          This parser can handle the result of a list ftp command as it is a UNIX "ls -l" command response.