com.jeantessier.metrics
Class MeasurementDescriptor
java.lang.Object
|
+--com.jeantessier.metrics.MeasurementDescriptor
- public class MeasurementDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasurementDescriptor
public MeasurementDescriptor()
getShortName
public java.lang.String getShortName()
setShortName
public void setShortName(java.lang.String shortName)
getLongName
public java.lang.String getLongName()
setLongName
public void setLongName(java.lang.String longName)
getClassFor
public java.lang.Class getClassFor()
setClassFor
public void setClassFor(java.lang.Class classFor)
getClassForByName
public void getClassForByName(java.lang.String className)
throws java.lang.ClassNotFoundException
getInitText
public java.lang.String getInitText()
setInitText
public void setInitText(java.lang.String initText)
getLowerThreshold
public java.lang.Comparable getLowerThreshold()
setLowerThreshold
public void setLowerThreshold(java.lang.Comparable lowerThreshold)
getUpperThreshold
public java.lang.Comparable getUpperThreshold()
setUpperThreshold
public void setUpperThreshold(java.lang.Comparable upperThreshold)
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)
isCached
public boolean isCached()
setCached
public void setCached(boolean cached)
createMeasurement
public Measurement createMeasurement()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException
createMeasurement
public Measurement createMeasurement(Metrics context)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException
getRangeAsString
public java.lang.String getRangeAsString()
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.