com.atlassian.bamboo.repository.cvsimpl
Class DefaultCvsCommandListener

java.lang.Object
  extended by com.atlassian.bamboo.repository.cvsimpl.DefaultCvsCommandListener
All Implemented Interfaces:
org.netbeans.lib.cvsclient.command.Builder

public class DefaultCvsCommandListener
extends java.lang.Object
implements org.netbeans.lib.cvsclient.command.Builder

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(java.lang.String string, java.lang.Object o)
          Does nothing by default
 void parseLine(java.lang.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(java.lang.String Line,
                      boolean isErrorMessage)
Does nothing by default

Specified by:
parseLine in interface org.netbeans.lib.cvsclient.command.Builder

parseEnhancedMessage

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

Specified by:
parseEnhancedMessage in interface org.netbeans.lib.cvsclient.command.Builder

outputDone

public void outputDone()
Does nothing by default

Specified by:
outputDone in interface org.netbeans.lib.cvsclient.command.Builder


Copyright © 2012 Atlassian. All Rights Reserved.