|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testabilityexplorer.parser.StatisticsParser
public abstract class StatisticsParser
Parses testability explorer reports. These reports can be given as File's or
InputStream's. The StatisticsParser is also capable of merging multiple
reports.
| Constructor Summary | |
|---|---|
StatisticsParser()
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<Statistic> |
parse(java.io.File inFile)
|
abstract java.util.Collection<Statistic> |
parse(java.io.InputStream inputStream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticsParser()
| Method Detail |
|---|
public abstract java.util.Collection<Statistic> parse(java.io.File inFile)
public abstract java.util.Collection<Statistic> parse(java.io.InputStream inputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||