Class DetectionResults


  • public class DetectionResults
    extends Object
    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 Detail

      • DetectionResults

        public DetectionResults()