Class GitBlameConsumer

  • All Implemented Interfaces:
    org.codehaus.plexus.util.cli.StreamConsumer

    public class GitBlameConsumer
    extends AbstractConsumer
    Parses the --porcelain format of git-blame For more information about the porcelain format, please read the official GIT blame porcelain format description.
    Since:
    1.4
    Author:
    Evgeny Mandrikov, Olivier Lamy, Mark Struberg
    • Constructor Detail

      • GitBlameConsumer

        public GitBlameConsumer​(ScmLogger logger)
    • Method Detail

      • consumeLine

        public void consumeLine​(String line)