Secure iNet Factory

Uses of Interface
com.jscape.inet.ftp.FtpFileParser

Packages that use FtpFileParser
com.jscape.inet.ftp   
com.jscape.inet.ftps   
 

Uses of FtpFileParser in com.jscape.inet.ftp
 

Classes in com.jscape.inet.ftp that implement FtpFileParser
 class AS400Parser
          Parser responsible for handling FTP directory listing returned in AS400 format.
 class MvsParser
           
 class NTParser
          Parser responsible for handling FTP directory listing returned in the Windows NT format.
 class UnixParser
          Parser responsible for handling FTP directory listing returned in UNIX format.
 class VMSParser
          Parser responsible for handling FTP directory listing returned in VMS format.
 

Methods in com.jscape.inet.ftp that return FtpFileParser
 FtpFileParser Ftp.getFtpFileParser()
          Gets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
 FtpFileParser FtpFile.getFtpFileParser()
          Gets the FtpFileParser that created this FtpFile
 

Methods in com.jscape.inet.ftp with parameters of type FtpFileParser
 void Ftp.setFtpFileParser(FtpFileParser parser)
          Sets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
 void FtpFile.setFtpFileParser(FtpFileParser value)
           
 

Constructors in com.jscape.inet.ftp with parameters of type FtpFileParser
FtpFile(java.lang.String filename, FtpFileParser ftpFileParser)
          Creates a new FtpFile instance.
FtpFile(java.lang.String filename, java.lang.String line, FtpFileParser ftpFileParser)
          Creates a new FtpFile instance.
 

Uses of FtpFileParser in com.jscape.inet.ftps
 

Methods in com.jscape.inet.ftps that return FtpFileParser
 FtpFileParser Ftps.getFtpFileParser()
          Gets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
 

Methods in com.jscape.inet.ftps with parameters of type FtpFileParser
 void Ftps.setFtpFileParser(FtpFileParser parser)
          Sets the FtpFileParser used to parse directory listing returned when invoking Ftps#getDirListing method.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved