org.netbeans.lib.cvsclient.command.annotate
Class AnnotateBuilder

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder
All Implemented Interfaces:
Builder

public class AnnotateBuilder
extends java.lang.Object
implements Builder

Handles the building of a annotate information object and the firing of events when complete objects are built.


Constructor Summary
AnnotateBuilder(EventManager eventManager, BasicCommand annotateCommand)
           
 
Method Summary
 void outputDone()
           
 void parseEnhancedMessage(java.lang.String key, java.lang.Object value)
           
 void parseLine(java.lang.String line, boolean isErrorMessage)
           
static AnnotateLine processLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotateBuilder

public AnnotateBuilder(EventManager eventManager,
                       BasicCommand annotateCommand)
Method Detail

outputDone

public void outputDone()
Specified by:
outputDone in interface Builder

parseLine

public void parseLine(java.lang.String line,
                      boolean isErrorMessage)
Specified by:
parseLine in interface Builder

parseEnhancedMessage

public void parseEnhancedMessage(java.lang.String key,
                                 java.lang.Object value)
Specified by:
parseEnhancedMessage in interface Builder

processLine

public static AnnotateLine processLine(java.lang.String line)

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.