Class DefaultFTPFileEntryParserFactory

java.lang.Object
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
All Implemented Interfaces:
FTPFileEntryParserFactory

This is the default implementation of the FTPFileEntryParserFactory interface. This is the implementation that will be used by org.apache.commons.net.ftp.FTPClient.listFiles() if no other implementation has been specified.
See Also: