org.apache.commons.net.ftp
Class FTPFileListParserImpl
- FTPFileEntryParser, FTPFileListParser
public abstract class FTPFileListParserImpl
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.
RegexFTPFileEntryParserImpl
FTPFileListParserImpl
public FTPFileListParserImpl(String regex)
The constructor for a FTPFileListParserImpl object.
regex
- The regular expression with which this object is
initialized.