org.eclipse.jetty.toolchain.version.issues
Class IssueParser

java.lang.Object
  extended by org.eclipse.jetty.toolchain.version.issues.IssueParser

public class IssueParser
extends Object


Field Summary
static String REGEX_ISSUE_BULLET
           
 
Constructor Summary
IssueParser()
           
 
Method Summary
 Issue parseKnownIssue(String rawissue)
          Parse a known issue (such as " + 341235 Bug Text Goes Here")
 Issue parsePossibleIssue(String rawissue)
          Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGEX_ISSUE_BULLET

public static final String REGEX_ISSUE_BULLET
See Also:
Constant Field Values
Constructor Detail

IssueParser

public IssueParser()
Method Detail

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.