nl.toolforge.karma.core.vc.cvsimpl
Class LogParser

java.lang.Object
  extended byorg.apache.tools.ant.DefaultLogger
      extended bynl.toolforge.karma.core.vc.cvsimpl.LogParser
All Implemented Interfaces:
org.apache.tools.ant.BuildListener, org.apache.tools.ant.BuildLogger, org.netbeans.lib.cvsclient.event.CVSListener, java.util.EventListener

public class LogParser
extends org.apache.tools.ant.DefaultLogger
implements org.netbeans.lib.cvsclient.event.CVSListener

Version:
$Id: LogParser.java,v 1.1 2004/11/02 22:26:44 asmedes Exp $
Author:
D.A. Smedes

Field Summary
 
Fields inherited from class org.apache.tools.ant.DefaultLogger
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out
 
Constructor Summary
LogParser()
           
 
Method Summary
 void commandTerminated(org.netbeans.lib.cvsclient.event.TerminationEvent e)
          Not implemented for this implementation.
 void fileAdded(org.netbeans.lib.cvsclient.event.FileAddedEvent e)
          Not implemented for this implementation.
 void fileInfoGenerated(org.netbeans.lib.cvsclient.event.FileInfoEvent e)
          Not implemented for this implementation.
 void fileRemoved(org.netbeans.lib.cvsclient.event.FileRemovedEvent e)
          Not implemented for this implementation.
 void fileUpdated(org.netbeans.lib.cvsclient.event.FileUpdatedEvent e)
          Not implemented for this implementation.
 org.netbeans.lib.cvsclient.command.log.LogInformation getLogInformation()
           
 void messageLogged(org.apache.tools.ant.BuildEvent event)
          Filters symbolic names from a cvs log.
 void messageSent(org.netbeans.lib.cvsclient.event.MessageEvent e)
          Not implemented for this implementation.
 void moduleExpanded(org.netbeans.lib.cvsclient.event.ModuleExpansionEvent e)
          Not implemented for this implementation.
 
Methods inherited from class org.apache.tools.ant.DefaultLogger
buildFinished, buildStarted, formatTime, log, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParser

public LogParser()
Method Detail

messageLogged

public void messageLogged(org.apache.tools.ant.BuildEvent event)
Filters symbolic names from a cvs log. The rest of the messages are ignored.

Specified by:
messageLogged in interface org.apache.tools.ant.BuildListener
Parameters:
event -

getLogInformation

public org.netbeans.lib.cvsclient.command.log.LogInformation getLogInformation()

messageSent

public void messageSent(org.netbeans.lib.cvsclient.event.MessageEvent e)
Not implemented for this implementation.

Specified by:
messageSent in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.

fileAdded

public void fileAdded(org.netbeans.lib.cvsclient.event.FileAddedEvent e)
Not implemented for this implementation.

Specified by:
fileAdded in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.

fileRemoved

public void fileRemoved(org.netbeans.lib.cvsclient.event.FileRemovedEvent e)
Not implemented for this implementation.

Specified by:
fileRemoved in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.

fileUpdated

public void fileUpdated(org.netbeans.lib.cvsclient.event.FileUpdatedEvent e)
Not implemented for this implementation.

Specified by:
fileUpdated in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.

fileInfoGenerated

public void fileInfoGenerated(org.netbeans.lib.cvsclient.event.FileInfoEvent e)
Not implemented for this implementation.

Specified by:
fileInfoGenerated in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.

commandTerminated

public void commandTerminated(org.netbeans.lib.cvsclient.event.TerminationEvent e)
Not implemented for this implementation.

Specified by:
commandTerminated in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.

moduleExpanded

public void moduleExpanded(org.netbeans.lib.cvsclient.event.ModuleExpansionEvent e)
Not implemented for this implementation.

Specified by:
moduleExpanded in interface org.netbeans.lib.cvsclient.event.CVSListener
Parameters:
e - Not implemented for this implementation.


Copyright © 2002-2004 Toolforge. All Rights Reserved.