net.sourceforge.cruisecontrol.sourcecontrols
Class PVCS.PvcsStreamConsumer

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.sourcecontrols.PVCS.PvcsStreamConsumer
All Implemented Interfaces:
StreamConsumer
Enclosing class:
PVCS

public static class PVCS.PvcsStreamConsumer
extends java.lang.Object
implements StreamConsumer


Constructor Summary
PVCS.PvcsStreamConsumer(java.util.Date lastBuild, java.text.DateFormat format, java.lang.String proj, java.lang.String suffix)
           
 
Method Summary
 void consumeLine(java.lang.String line)
          Called when the StreamPumper pumps a line from the Stream.
 java.util.List getModificationList()
           
 java.lang.String getOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVCS.PvcsStreamConsumer

public PVCS.PvcsStreamConsumer(java.util.Date lastBuild,
                               java.text.DateFormat format,
                               java.lang.String proj,
                               java.lang.String suffix)
Method Detail

consumeLine

public void consumeLine(java.lang.String line)
Description copied from interface: StreamConsumer
Called when the StreamPumper pumps a line from the Stream.

Specified by:
consumeLine in interface StreamConsumer
See Also:
StreamConsumer.consumeLine(java.lang.String)

getModificationList

public java.util.List getModificationList()

getOutput

public java.lang.String getOutput()