ca.utoronto.JCVSReport.metric
Class MetricGraphProperties

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byca.utoronto.JCVSReport.metric.MetricGraphProperties

public class MetricGraphProperties
extends ResourceBundle

This class allows you to graph individual metrics without needing to provide a properties file. This class describes the report by making the metric name, and title available.

Author:
David James

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MetricGraphProperties(String metricName)
          Create a new ResourceBundle for the specified metric
 
Method Summary
 Enumeration getKeys()
          Get a list of the keys supported by this bundle
 Object handleGetObject(String key)
          Get an object from the bundle with the specified key
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricGraphProperties

public MetricGraphProperties(String metricName)
Create a new ResourceBundle for the specified metric

Parameters:
metricName - the name of the metric
Method Detail

getKeys

public Enumeration getKeys()
Get a list of the keys supported by this bundle


handleGetObject

public Object handleGetObject(String key)
Get an object from the bundle with the specified key

Parameters:
key - the key


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