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 java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Version:
$Id: SvnDiffConsumer.java 691832 2008-09-03 23:54:44Z vsiveton $
Author:
Brett Porter

Constructor Summary
SvnDiffConsumer(ScmLogger logger, java.io.File workingDirectory)
           
 
Method Summary
 void consumeLine(java.lang.String line)
          
 java.util.List getChangedFiles()
           
 java.util.Map getDifferences()
           
 java.lang.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,
                       java.io.File workingDirectory)
Method Detail

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.