Class Git2LogParser

    • Constructor Summary

      Constructors 
      Constructor Description
      Git2LogParser​(org.apache.maven.plugin.logging.Log log, java.lang.String commandId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parseEnd()  
      void parseLine​(int linenum, java.lang.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,
                             java.lang.String commandId)
    • Method Detail

      • parseLine

        public void parseLine​(int linenum,
                              java.lang.String line)
                       throws java.text.ParseException
        Specified by:
        parseLine in interface GitOutputParser
        Throws:
        java.text.ParseException