Class DetectionResults
java.lang.Object
com.redhat.parodos.patterndetection.results.DetectionResults
Wrapper for the results of the Scan:
- Detected @see Pattern references (meaning all required @see Clue were discovered) - A
list of all the detected @see Clue and the files that triggered the detection. This
list is populated regardless of if @see Patterns were detected or not - Time the scan
started - Time the scan ended - allStatesWhereDetected returns true is all desired @see
Pattern that were specified in the @see WorkContext were detected
- Author:
- Luke Shannon (Github: lshannon)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DetectionResults
public DetectionResults()
-