org.eclipse.jetty.toolchain.version.git
Class GitLogParser

java.lang.Object
  extended by org.eclipse.jetty.toolchain.version.git.GitLogParser
All Implemented Interfaces:
GitOutputParser

public class GitLogParser
extends Object
implements GitOutputParser


Constructor Summary
GitLogParser()
           
 
Method Summary
 String getFormat()
           
 GitCommit getGitCommitLog(int index)
           
 List<GitCommit> getGitCommitLogs()
           
 List<Issue> getIssues()
           
 void parseEnd()
           
 void parseLine(int linenum, String line)
           
 void parseStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitLogParser

public GitLogParser()
Method Detail

getFormat

public String getFormat()

getGitCommitLog

public GitCommit getGitCommitLog(int index)

getGitCommitLogs

public List<GitCommit> getGitCommitLogs()

getIssues

public List<Issue> getIssues()

parseEnd

public void parseEnd()
Specified by:
parseEnd in interface GitOutputParser

parseLine

public void parseLine(int linenum,
                      String line)
               throws IOException
Specified by:
parseLine in interface GitOutputParser
Throws:
IOException

parseStart

public void parseStart()
Specified by:
parseStart in interface GitOutputParser


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.