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