|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rj.tools.jcsc.BatchSummary
Argument being passed into ResultsFormatter when being used in batch mode. This class wraps up a collection of other parameters.
Constructor Summary | |
BatchSummary(OverviewStatistics overviewStatistics,
java.lang.String destDir,
java.lang.String rulesName,
int worstCount)
Create a instance |
Method Summary | |
java.lang.String |
getDestDir()
Get the destination directory where to put the generated files. |
OverviewStatistics |
getOverviewStatistics()
Get the overview staticscs of whole batch run |
java.lang.String |
getRulesName()
Get the name of rules files which was applied |
int |
getWorstCount()
Get the number of worst files to be used in summary for whole project |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BatchSummary(OverviewStatistics overviewStatistics, java.lang.String destDir, java.lang.String rulesName, int worstCount)
overviewStatistics
- a instance of OverviewStatisticsdestDir
- rulesName
- worstCount
- Method Detail |
public OverviewStatistics getOverviewStatistics()
public java.lang.String getDestDir()
public java.lang.String getRulesName()
public int getWorstCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |