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

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

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

CvsDiffConsumer

public CvsDiffConsumer(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.