⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.net.ftp

Class FTPFileListParserImpl

java.lang.Object
|
+--org.apache.commons.net.ftp.FTPFileEntryParserImpl
   |
   +--org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
      |
      +--org.apache.commons.net.ftp.FTPFileListParserImpl


public abstract class FTPFileListParserImpl
extends 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.
Author:
Steve Cohen <scohen@apache.org>
See Also:
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl

Constructor Summary

FTPFileListParserImpl(String regex)

The constructor for a FTPFileListParserImpl object.

Constructor Details

FTPFileListParserImpl

public FTPFileListParserImpl(String regex)

The constructor for a FTPFileListParserImpl object.

Parameters:
regex - The regular expression with which this object is initialized.
Throws:
- Thrown if the regular expression is unparseable.