FTPFileListParserImplpublic abstract class FTPFileListParserImpl extends org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl This abstract class implements both the older FTPFileListParser and
newer FTPFileEntryParser interfaces with default functionality.
All the classes in the parser subpackage inherit from this. |
Constructors Summary |
---|
public FTPFileListParserImpl(String regex)The constructor for a FTPFileListParserImpl object.
super(regex);
|
|