org.apache.maven.scm.provider.git.command.diff
Class GitDiffConsumer
java.lang.Object
org.apache.maven.scm.provider.git.command.diff.GitDiffConsumer
- All Implemented Interfaces:
- org.codehaus.plexus.util.cli.StreamConsumer
public class GitDiffConsumer
- extends java.lang.Object
- implements org.codehaus.plexus.util.cli.StreamConsumer
- Version:
- $Id: GitDiffConsumer.java 691832 2008-09-03 23:54:44Z vsiveton $
- Author:
- Brett Porter, Mark Struberg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitDiffConsumer
public GitDiffConsumer(ScmLogger logger,
java.io.File workingDirectory)
consumeLine
public void consumeLine(java.lang.String line)
-
- Specified by:
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
getChangedFiles
public java.util.List getChangedFiles()
getDifferences
public java.util.Map getDifferences()
getPatch
public java.lang.String getPatch()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.