Uses of Interface
org.apache.commons.net.ftp.FTPFileEntryParser
-
Packages that use FTPFileEntryParser Package Description org.apache.commons.net.ftp FTP and FTPS support classesorg.apache.commons.net.ftp.parser FTP file listing parser classes -
-
Uses of FTPFileEntryParser in org.apache.commons.net.ftp
Classes in org.apache.commons.net.ftp that implement FTPFileEntryParser Modifier and Type Class Description classFTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.Constructors 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.classConfigurableFTPFileEntryParserImplThis abstract class implements the common timestamp parsing algorithm for all the concrete parsers.classEnterpriseUnixFTPEntryParserParser for the Connect Enterprise Unix FTP Server From Sterling Commerce.classMacOsPeterFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for pre MacOS-X Systems.classMLSxEntryParserParser class for MSLT and MLSD replies.classMVSFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for IBM zOS/MVS Systems.classNetwareFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for Netware 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 (default package is not allowed) 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. createNetwareFTPEntryParser()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)
-