javarequirementstracer
Class ReportAggregator
java.lang.Object
javarequirementstracer.ReportAggregator
public final class ReportAggregator
- extends java.lang.Object
Use this class to aggregate multiple traceability reports from multiple modules into an overview report.
NB.:
- You should still aggregate your main code and system test code reports separately.
- Generation of the main code reports is typically done by the modules themselves.
- Generation of the system test code reports is typically done by the system test module.
- Aggregation of both report sets should be done by the system test module (to ensure both report sets
exist and are complete, since the system test module should be the last in the dependency chain).
- Author:
- Ronald Koster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_OVERVIEW_PARAMS_FILENAMES
public static final java.lang.String DEFAULT_OVERVIEW_PARAMS_FILENAMES
- See Also:
- Constant Field Values
USAGE
public static final java.lang.String USAGE
ReportAggregator
public ReportAggregator()
setOverviewParamsFilename
public void setOverviewParamsFilename(java.lang.String overviewParamsFilename)
main
public static void main(java.lang.String[] args)
- See Also:
USAGE
run
public void run()
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
Copyright © 2010. All Rights Reserved.