net.sourceforge.cruisecontrol.sourcecontrols
Class P4.ServerInfoConsumer

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

protected static class P4.ServerInfoConsumer
extends java.lang.Object
implements StreamConsumer


Constructor Summary
protected P4.ServerInfoConsumer()
           
 
Method Summary
 void consumeLine(java.lang.String line)
          Called when the StreamPumper pumps a line from the Stream.
 long getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P4.ServerInfoConsumer

protected P4.ServerInfoConsumer()
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

getOffset

public long getOffset()