org.apache.commons.net.ftp

Class FTPFileListParserImpl

Implemented Interfaces:
FTPFileEntryParser, FTPFileListParser

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

See Also:
RegexFTPFileEntryParserImpl

Field Summary

Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl

_matcher_, pattern, result

Constructor Summary

FTPFileListParserImpl(String regex)
The constructor for a FTPFileListParserImpl object.

Method Summary

Methods inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl

getGroupCnt, getGroupsAsString, group, matches

Methods inherited from class org.apache.commons.net.ftp.FTPFileEntryParserImpl

parseFileList, preParse, readNextEntry

Constructor Details

FTPFileListParserImpl

public FTPFileListParserImpl(String regex)
The constructor for a FTPFileListParserImpl object.

Parameters:
regex - The regular expression with which this object is initialized.