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:
StreamConsumer

public class SvnDiffConsumer
extends Object
implements StreamConsumer

Version:
$Id: SvnDiffConsumer.java 1306862 2012-03-29 13:42:39Z olamy $
Author:
Brett Porter, Olivier Lamy

Constructor Summary
SvnDiffConsumer(ScmLogger logger, File workingDirectory)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getChangedFiles()
           
 Map<String,CharSequence> 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 StreamConsumer

getChangedFiles

public List<ScmFile> getChangedFiles()

getDifferences

public Map<String,CharSequence> getDifferences()

getPatch

public String getPatch()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.