|
Class Summary |
| BasicMetric |
Gather one metric from a revision of a file and add it to the
Bloof database |
| MetricGraphProperties |
This class allows you to graph individual metrics
without needing to provide a properties file. |
| MetricRevision |
The result of a query for a metric in the Metric Database |
| MetricRevisionMap |
Store and retrieve metric values according to
the specified Comparator object |
| MetricSet |
MetricSet: Gather a set of metric from a revision of a file and add it to
the Bloof database |
| RegexLineCounter |
RegexLineCounter: Class that is used to count number of newlines
for the specified regular expression in the search string. |
| RegexMatchCounter |
Metric: Gather one metric from a revision of a file and add it to the Bloof
database |
| SyntaxTreeRegexMatchCounter |
This class is an adaptation of RegexLineCounter, targeted towards parsing
.java source files, by ways of Abstract Syntax Trees, via PMD. |