org.apache.maven.scm.provider.hg.command.diff
Class HgDiffConsumer
java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.hg.command.HgConsumer
org.apache.maven.scm.provider.hg.command.diff.HgDiffConsumer
- All Implemented Interfaces:
- org.codehaus.plexus.util.cli.StreamConsumer
public class HgDiffConsumer
- extends HgConsumer
- Author:
- thurner rupert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HgDiffConsumer
public HgDiffConsumer(ScmLogger logger,
File workingDirectory)
consumeLine
public void consumeLine(String line)
- Specified by:
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
- Overrides:
consumeLine
in class HgConsumer
getChangedFiles
public List getChangedFiles()
getDifferences
public Map getDifferences()
getPatch
public String getPatch()
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.