org.apache.maven.scm.provider.starteam.command.diff
Class StarteamDiffConsumer

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

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

Version:
$Id: StarteamDiffConsumer.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Dan T. Tran

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

StarteamDiffConsumer

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