org.apache.maven.scm.provider.cvslib.command.diff
Class CvsDiffConsumer

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

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

Version:
$Id: CvsDiffConsumer.java 518629 2007-03-15 13:51:13Z evenisse $
Author:
Brett Porter

Constructor Summary
CvsDiffConsumer(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

CvsDiffConsumer

public CvsDiffConsumer(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-2009 Apache Software Foundation. All Rights Reserved.