com.atlassian.bamboo.repository.cvsimpl
Class DefaultCvsCommandListener

java.lang.Object
  extended by com.atlassian.bamboo.repository.cvsimpl.DefaultCvsCommandListener

public class DefaultCvsCommandListener
extends Object

This class provides the default stubbed out behaviour of a CVS command listener.


Constructor Summary
DefaultCvsCommandListener()
           
 
Method Summary
 void outputDone()
          Does nothing by default
 void parseEnhancedMessage(String string, Object o)
          Does nothing by default
 void parseLine(String Line, boolean isErrorMessage)
          Does nothing by default
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCvsCommandListener

public DefaultCvsCommandListener()
Method Detail

parseLine

public void parseLine(String Line,
                      boolean isErrorMessage)
Does nothing by default


parseEnhancedMessage

public void parseEnhancedMessage(String string,
                                 Object o)
Does nothing by default


outputDone

public void outputDone()
Does nothing by default



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.