|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Metric | |
net.sf.bloof | |
net.sf.bloof.metrics |
Uses of Metric in net.sf.bloof |
Methods in net.sf.bloof with parameters of type Metric | |
static void |
Bloof.exportResult(Metric aMetric,
java.lang.String aFileName)
Exports the result of a metric to a XML file |
static void |
Bloof.runMetric(Metric aMetric)
Runs a metric |
Uses of Metric in net.sf.bloof.metrics |
Classes in net.sf.bloof.metrics that implement Metric | |
class |
SqlMetric
Metric wrapper for generic SQL queries provided by the user |
Methods in net.sf.bloof.metrics that return Metric | |
static Metric |
MetricRegistry.createMetric(java.lang.String aName)
Creates a metric |
Constructors in net.sf.bloof.metrics with parameters of type Metric | |
MetricRunner(Metric aMetric,
Database aDb)
Metric Runner |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |