net.sourceforge.cruisecontrol.labelincrementers
Class P4ChangelistLabelIncrementer.P4CmdParserAdapter

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.labelincrementers.P4ChangelistLabelIncrementer.P4CmdParserAdapter
All Implemented Interfaces:
P4ChangelistLabelIncrementer.P4CmdParser
Direct Known Subclasses:
P4ChangelistLabelIncrementer.ParseChangelistNumbers, P4ChangelistLabelIncrementer.ParseOutputParam
Enclosing class:
P4ChangelistLabelIncrementer

protected static class P4ChangelistLabelIncrementer.P4CmdParserAdapter
extends java.lang.Object
implements P4ChangelistLabelIncrementer.P4CmdParser


Constructor Summary
protected P4ChangelistLabelIncrementer.P4CmdParserAdapter()
           
 
Method Summary
 void info(java.lang.String msg)
           
 void text(java.lang.String msg)
           
 void warning(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P4ChangelistLabelIncrementer.P4CmdParserAdapter

protected P4ChangelistLabelIncrementer.P4CmdParserAdapter()
Method Detail

warning

public void warning(java.lang.String msg)
Specified by:
warning in interface P4ChangelistLabelIncrementer.P4CmdParser

info

public void info(java.lang.String msg)
Specified by:
info in interface P4ChangelistLabelIncrementer.P4CmdParser

text

public void text(java.lang.String msg)
Specified by:
text in interface P4ChangelistLabelIncrementer.P4CmdParser