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 Object
- implements org.codehaus.plexus.util.cli.StreamConsumer
- Author:
- Brett Porter, Mark Struberg
|
Constructor Summary |
GitDiffConsumer(org.apache.maven.scm.log.ScmLogger logger,
File workingDirectory)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitDiffConsumer
public GitDiffConsumer(org.apache.maven.scm.log.ScmLogger logger,
File workingDirectory)
consumeLine
public void consumeLine(String line)
- Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer
getChangedFiles
public List getChangedFiles()
getDifferences
public Map getDifferences()
getPatch
public String getPatch()
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.