Uses of Interface
org.apache.commons.net.ftp.parser.FTPTimestampParser
-
Packages that use FTPTimestampParser Package Description org.apache.commons.net.ftp.parser FTP file listing parser classes -
-
Uses of FTPTimestampParser in org.apache.commons.net.ftp.parser
Classes in org.apache.commons.net.ftp.parser that implement FTPTimestampParser Modifier and Type Class Description class
FTPTimestampParserImpl
Default implementation of theFTPTimestampParser
interface also implements theConfigurable
interface to allow the parsing to be configured from the outside.Fields in org.apache.commons.net.ftp.parser declared as FTPTimestampParser Modifier and Type Field Description private FTPTimestampParser
ConfigurableFTPFileEntryParserImpl. timestampParser
private FTPTimestampParser
NTFTPEntryParser. timestampParser
-