程序包 | 说明 |
---|---|
com.fr.ftp.client.parser |
FTP file listing parser classes
|
限定符和类型 | 方法和说明 |
---|---|
FTPFileEntryParser |
FTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config)
Implementation should be a method that extracts
a key from the supplied
FTPClientConfig
parameter and creates an object implementing the
interface FTPFileEntryParser and uses the supplied configuration
to configure it. |
FTPFileEntryParser |
DefaultFTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config)
Implementation extracts a key from the supplied
FTPClientConfig
parameter and creates an object implementing the
interface FTPFileEntryParser and uses the supplied configuration
to configure it. |
FTPFileEntryParser |
FTPFileEntryParserFactory.createFileEntryParser(java.lang.String key)
Implementation should be a method that decodes the
supplied key and creates an object implementing the
interface FTPFileEntryParser.
|