java.lang.Object | +--org.apache.commons.net.ftp.FTPFileEntryParserImpl | +--org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImplKnown Direct Subclasses:
PatternMatcher | Internal PatternMatcher object used by the parser. |
RegexFTPFileEntryParserImpl(String regex) The constructor for a RegexFTPFileEntryParserImpl object. |
int | Convenience method delegates to the internal MatchResult's groups() method. |
String | For debugging purposes - returns a string shows each match group by number. |
String | group(int matchnum) Convenience method delegates to the internal MatchResult's group() method. |
boolean | matches(String s) Convenience method delegates to the internal MatchResult's matches() method. |
protected PatternMatcher _matcher_
public RegexFTPFileEntryParserImpl(String regex)
- Thrown if the regular expression is unparseable.public int getGroupCnt()
public String getGroupsAsString()
public String group(int matchnum)
public boolean matches(String s)