ca.utoronto.JCVSReport.report
Class GraphBuilder

java.lang.Object
  extended byca.utoronto.JCVSReport.report.GraphBuilder

public class GraphBuilder
extends Object

Create new graph objects based on a descriptive string

Author:
David James

Constructor Summary
GraphBuilder(String graphString)
          Create a new GraphLoader object for creating graphs described by the specified graphString
 
Method Summary
 Graph build(MetricDatabase database)
          Build and initialize a new graph object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphBuilder

public GraphBuilder(String graphString)
Create a new GraphLoader object for creating graphs described by the specified graphString

Parameters:
graphString - The graph name specified in the properties file
Method Detail

build

public Graph build(MetricDatabase database)
            throws Exception
Build and initialize a new graph object

Parameters:
database - The database the graph should use
Throws:
Exception


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