|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViolationsSorter | |
rj.tools.jcsc | |
rj.tools.jcsc.formatter | |
rj.tools.jcsc.sorter |
Uses of ViolationsSorter in rj.tools.jcsc |
Methods in rj.tools.jcsc with parameters of type ViolationsSorter | |
void |
ResultsFormatter.setViolationSorter(ViolationsSorter sorter)
Set the algorithm for how the violations shall be sorted |
Uses of ViolationsSorter in rj.tools.jcsc.formatter |
Fields in rj.tools.jcsc.formatter declared as ViolationsSorter | |
protected ViolationsSorter |
AbstractResultsFormatter.mViolationsSorter
Encapsulation of sorting algorithmus for violations |
Methods in rj.tools.jcsc.formatter with parameters of type ViolationsSorter | |
void |
AbstractResultsFormatter.setViolationSorter(ViolationsSorter sorter)
Set the algorithm for how the violations shall be sorted |
Uses of ViolationsSorter in rj.tools.jcsc.sorter |
Classes in rj.tools.jcsc.sorter that implement ViolationsSorter | |
class |
OccurenceSorter
Sorts the list of violations according to the order in which they occured. |
class |
RulekeySorter
Sorts the list of violations according to the name (key) of each rule. |
class |
SeveritySorter
Sorts the list of violations according to the severity of each occurence. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |