Uses of Interface
org.apache.commons.net.ftp.FTPFileListParser
-
Packages that use FTPFileListParser Package Description org.apache.commons.net.ftp org.apache.commons.net.ftp.parser -
-
Uses of FTPFileListParser in org.apache.commons.net.ftp
Classes in org.apache.commons.net.ftp that implement FTPFileListParser Modifier and Type Class Description classDefaultFTPFileListParserDeprecated.This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use the autodetect mechanism in DefaultFTPFileEntryParserFactory instead.classFTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.classFTPFileListParserImplDeprecated.This class is deprecated as of version 1.2 and will be removed in version 2.0 -- org.apache.commons.net.ftp.RegexFTPFileEntryParserImpl is its designated replacement.Methods in org.apache.commons.net.ftp with parameters of type FTPFileListParser Modifier and Type Method Description FTPFile[]FTPClient. listFiles(FTPFileListParser parser)Deprecated.use listFiles(String parserKey) instead.FTPFile[]FTPClient. listFiles(FTPFileListParser parser, java.lang.String pathname)Deprecated.use listFiles(String parserKey, String pathname) instead -
Uses of FTPFileListParser in org.apache.commons.net.ftp.parser
Classes in org.apache.commons.net.ftp.parser that implement FTPFileListParser Modifier and Type Class Description classCompositeFileEntryParserThis implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.classConfigurableFTPFileEntryParserImplTo change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - CommentsclassEnterpriseUnixFTPEntryParserParser for the Connect Enterprise Unix FTP Server From Sterling Commerce.classMVSFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for IBM MVS Systems.classNTFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for NT Systems.classOS2FTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems.classOS400FTPEntryParserclassRegexFTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.classUnixFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems.classVMSFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for VMS Systems.classVMSVersioningFTPEntryParserSpecial implementation VMSFTPEntryParser with versioning turned on.
-