metricsprovider
Class EclipseMetricsGenerator

java.lang.Object
  extended by java.util.Observable
      extended by metricsprovider.MetricsGenerator
          extended by metricsprovider.EclipseMetricsGenerator

public class EclipseMetricsGenerator
extends MetricsGenerator


Constructor Summary
EclipseMetricsGenerator()
           
 
Method Summary
 void generateMetrics(UpdatedEditor upEditor)
          This method is the main metric generation path.
 
Methods inherited from class metricsprovider.MetricsGenerator
getInstance
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseMetricsGenerator

public EclipseMetricsGenerator()
Method Detail

generateMetrics

public void generateMetrics(UpdatedEditor upEditor)
Description copied from class: MetricsGenerator
This method is the main metric generation path. Subclasses should override this method and make sure it sets the observer as being changed and notifies the observer with a either a MetricFile or an UpdatedEditor if XML is provided.

Specified by:
generateMetrics in class MetricsGenerator
Parameters:
upEditor - the editor information for the current update.