org.apache.maven.scm.provider.perforce.command.diff
Class PerforceDiffConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.perforce.command.diff.PerforceDiffConsumer
All Implemented Interfaces:
StreamConsumer

public class PerforceDiffConsumer
extends Object
implements StreamConsumer

Version:
$Id: PerforceChangeLogConsumer.java 331276 2005-11-07 15:04:54Z evenisse $
Author:
Mike Perham

Constructor Summary
PerforceDiffConsumer()
           
 
Method Summary
 void consumeLine(String line)
          
 String getOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceDiffConsumer

public PerforceDiffConsumer()
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getOutput

public String getOutput()


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