ca.utoronto.JCVSReport.cvsPlugin
Class HistoryParser

java.lang.Object
  extended byca.utoronto.JCVSReport.cvsPlugin.HistoryParser
All Implemented Interfaces:
Runnable

public class HistoryParser
extends Object
implements Runnable

Parser for the CVS history.

Author:
Polina Gohshtein

Constructor Summary
HistoryParser(Reader aReader, String aCvsRoot)
          Creates a history parser with a given reader.
 
Method Summary
 Vector getHistory()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryParser

public HistoryParser(Reader aReader,
                     String aCvsRoot)
Creates a history parser with a given reader.

Parameters:
aReader - A buffered reader with the output of 'CVS history'.
aCvsRoot - The cvs root from which the history was retrieved.
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()

getHistory

public Vector getHistory()
Returns:
Returns a vector of CVS history records.


JCVSReport: Easy Progress Reports for CVS/Java Projects. By David James.