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

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

public class Git2LogParser
extends Object
implements GitOutputParser


Constructor Summary
Git2LogParser(org.apache.maven.plugin.logging.Log log, String commandId)
           
 
Method Summary
 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

Git2LogParser

public Git2LogParser(org.apache.maven.plugin.logging.Log log,
                     String commandId)
Method Detail

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.