Uses of Interface
org.apache.commons.net.ftp.FTPFileEntryParser
-
Packages that use FTPFileEntryParser Package Description org.apache.commons.net.ftp org.apache.commons.net.ftp.parser -
-
Uses of FTPFileEntryParser in org.apache.commons.net.ftp
Classes in org.apache.commons.net.ftp that implement FTPFileEntryParser 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 FTPFileEntryParser Modifier and Type Method Description static FTPFileListFTPFileList. create(java.io.InputStream stream, FTPFileEntryParser parser)Deprecated.The version of this method which takes an encoding should be used.static FTPFileListFTPFileList. create(java.io.InputStream stream, FTPFileEntryParser parser, java.lang.String encoding)Deprecated.The only way to create anFTPFileListobject.FTPFileListFTPClient. createFileList(java.lang.String pathname, FTPFileEntryParser parser)Deprecated.- use initiateListParsing(String, FTPFileEntryParser) method instead.FTPFileListFTPClient. createFileList(FTPFileEntryParser parser)Deprecated.- use initiateListParsing(FTPFileEntryParser) method instead.FTPFileIteratorFTPFileList. iterator(FTPFileEntryParser parser)Deprecated.create an iterator over this list using the supplied parserConstructors in org.apache.commons.net.ftp with parameters of type FTPFileEntryParser Constructor Description FTPListParseEngine(FTPFileEntryParser parser) -
Uses of FTPFileEntryParser in org.apache.commons.net.ftp.parser
Classes in org.apache.commons.net.ftp.parser that implement FTPFileEntryParser 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.Methods in org.apache.commons.net.ftp.parser that return FTPFileEntryParser Modifier and Type Method Description FTPFileEntryParserDefaultFTPFileEntryParserFactory. createFileEntryParser(java.lang.String key)This default implementation of the FTPFileEntryParserFactory interface works according to the following logic: First it attempts to interpret the supplied key as a fully qualified classname of a class implementing the FTPFileEntryParser interface.FTPFileEntryParserDefaultFTPFileEntryParserFactory. createFileEntryParser(FTPClientConfig config)Implementation extracts a key from the suppliedFTPClientConfigparameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.FTPFileEntryParserFTPFileEntryParserFactory. createFileEntryParser(java.lang.String key)Implementation should be a method that decodes the supplied key and creates an object implementing the interface FTPFileEntryParser.FTPFileEntryParserFTPFileEntryParserFactory. createFileEntryParser(FTPClientConfig config)Implementation should be a method that extracts a key from the suppliedFTPClientConfigparameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.FTPFileEntryParserDefaultFTPFileEntryParserFactory. createMVSEntryParser()FTPFileEntryParserDefaultFTPFileEntryParserFactory. createNTFTPEntryParser()FTPFileEntryParserDefaultFTPFileEntryParserFactory. createOS2FTPEntryParser()FTPFileEntryParserDefaultFTPFileEntryParserFactory. createOS400FTPEntryParser()FTPFileEntryParserDefaultFTPFileEntryParserFactory. createUnixFTPEntryParser()FTPFileEntryParserDefaultFTPFileEntryParserFactory. createVMSVersioningFTPEntryParser()Constructors in org.apache.commons.net.ftp.parser with parameters of type FTPFileEntryParser Constructor Description CompositeFileEntryParser(FTPFileEntryParser[] ftpFileEntryParsers)
-