Uses of Class
com.redhat.parodos.patterndetection.results.DetectionResults
-
Packages that use DetectionResults Package Description com.redhat.parodos.patterndetection -
-
Uses of DetectionResults in com.redhat.parodos.patterndetection
Methods in com.redhat.parodos.patterndetection that return DetectionResults Modifier and Type Method Description static DetectionResultsPatternDetector. detect(WorkContext context, Pattern[] desiredPatterns)Takes a @see WorkContext and a List of @Pattern reference, performs a Scan on code/configuration to determine if the @see Clue references are present to detect one of the desired @Pattern
-