Interface GitOutputParser
-
- All Known Implementing Classes:
Git2LogParser,GitLogParser,GitTagParser
public interface GitOutputParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparseEnd()voidparseLine(int linenum, java.lang.String line)voidparseStart()
-