org.eclipse.jetty.toolchain.version.git
Class GitLogParser
java.lang.Object
org.eclipse.jetty.toolchain.version.git.GitLogParser
- All Implemented Interfaces:
- GitOutputParser
public class GitLogParser
- extends Object
- implements GitOutputParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitLogParser
public GitLogParser()
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.