|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
metricsprovider.MetricsGenerator
metricsprovider.LineLengthGenerator
public class LineLengthGenerator
Constructor Summary | |
---|---|
LineLengthGenerator()
Main constructor, must call super. |
Method Summary | |
---|---|
void |
generateMetrics(UpdatedEditor upEditor)
This class creates a metric and combines it with existing editor information into the form of a metric file and then updates the observer with the MetricFile. |
static LineLengthGenerator |
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 |
---|
public LineLengthGenerator()
Method Detail |
---|
public static LineLengthGenerator getInstance()
public void generateMetrics(UpdatedEditor upEditor)
generateMetrics
in class MetricsGenerator
upEditor
- the editor information for the current update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |