Uses of Package
com.redhat.parodos.patterndetection.pattern
Packages that use com.redhat.parodos.patterndetection.pattern
Package
Description
-
Classes in com.redhat.parodos.patterndetection.pattern used by com.redhat.parodos.patterndetection
-
-
Classes in com.redhat.parodos.patterndetection.pattern used by com.redhat.parodos.patterndetection.patternClassDescriptionAn implementation of @see Pattern that will serve most Pattern Detection needs allAreRequiredClues - every @see Clue added to this list needs to be detected for the @see Pattern to be considered detected onlyOneIsRequiredClues - only one @see Clue from this list needs to be detected for the @see Pattern to be considered detected If both onlyOneIsRequiredClues and allAreRequiredClues are configured, then all of the @Clue in allAreRequiredClues must be detected AND one of the @see Clue in the onlyOneIsRequiredClues must be detectedPattern is what the Scan is looking to Detect.