org.eclipse.jetty.toolchain.version.issues
Class IssueParser
java.lang.Object
org.eclipse.jetty.toolchain.version.issues.IssueParser
public class IssueParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REGEX_ISSUE_BULLET
public static final String REGEX_ISSUE_BULLET
- See Also:
- Constant Field Values
IssueParser
public IssueParser()
parseKnownIssue
public Issue parseKnownIssue(String rawissue)
- Parse a known issue (such as " + 341235 Bug Text Goes Here")
parsePossibleIssue
public Issue parsePossibleIssue(String rawissue)
- Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.