org.apache.maven.scm.provider.cvslib.cvsjava.util
Class CvsLogListener
java.lang.Object
CVSAdapter
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsLogListener
public class CvsLogListener
- extends CVSAdapter
A basic implementation of a CVS listener. It merely saves up
into StringBuffers the stdout and stderr printstreams.
- Author:
- Eric Pugh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvsLogListener
public CvsLogListener()
messageSent
public void messageSent(MessageEvent e)
- Called when the server wants to send a message to be displayed to the
user. The message is only for information purposes and clients can
choose to ignore these messages if they wish.
- Parameters:
e
- the event
getStdout
public StringBuffer getStdout()
- Returns:
- Returns the standard output from cvs as a StringBuffer..
getStderr
public StringBuffer getStderr()
- Returns:
- Returns the standard error from cvs as a StringBuffer..
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.