public class StatisticCalculator
extends java.lang.Object
Constructor and Description |
---|
StatisticCalculator()
Create a StatisticCalculator Object and disable cache file writing.
|
StatisticCalculator(java.lang.String p)
Create a StatisticCalculator object and set the path for the cache files.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Calculate statistic values for testruns already in the ODS database.
|
public StatisticCalculator(java.lang.String p)
path
- The path to the import directory (where the cache files are
located).public StatisticCalculator()
public static void main(java.lang.String[] args)
args
- First argument is the name of the property file,
second argument is the first testrun id to process and the third
argument is the last testrun id to porcess.
All further arguments are treated as measurement names that have to be ignored
for processing.