Class GitLogParser
- java.lang.Object
-
- org.eclipse.jetty.toolchain.version.git.GitLogParser
-
- All Implemented Interfaces:
GitOutputParser
public class GitLogParser extends java.lang.Object implements GitOutputParser
-
-
Constructor Summary
Constructors Constructor Description GitLogParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormat()
GitCommit
getGitCommitLog(int index)
java.util.List<GitCommit>
getGitCommitLogs()
java.util.List<Issue>
getIssues()
void
parseEnd()
void
parseLine(int linenum, java.lang.String line)
void
parseStart()
-
-
-
Method Detail
-
getFormat
public java.lang.String getFormat()
-
getGitCommitLog
public GitCommit getGitCommitLog(int index)
-
getGitCommitLogs
public java.util.List<GitCommit> getGitCommitLogs()
-
getIssues
public java.util.List<Issue> getIssues()
-
parseEnd
public void parseEnd()
- Specified by:
parseEnd
in interfaceGitOutputParser
-
parseLine
public void parseLine(int linenum, java.lang.String line) throws java.text.ParseException
- Specified by:
parseLine
in interfaceGitOutputParser
- Throws:
java.text.ParseException
-
parseStart
public void parseStart()
- Specified by:
parseStart
in interfaceGitOutputParser
-
-