org.apache.maven.scm.provider.svn.command.diff
Class SvnDiffConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.svn.command.diff.SvnDiffConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class SvnDiffConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Version:
$Id: SvnDiffConsumer.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Brett Porter

Constructor Summary
SvnDiffConsumer(ScmLogger logger, File workingDirectory)
           
 
Method Summary
 void consumeLine(String line)
           
 List getChangedFiles()
           
 Map getDifferences()
           
 String getPatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnDiffConsumer

public SvnDiffConsumer(ScmLogger logger,
                       File workingDirectory)
Method Detail

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.