Uses of Interface
com.redhat.parodos.patterndetection.clue.Clue
Packages that use Clue
Package
Description
-
Uses of Clue in com.redhat.parodos.patterndetection.clue
Classes in com.redhat.parodos.patterndetection.clue that implement ClueModifier and TypeClassDescriptionclassAbstractClue contains the @see WorkContextDelegate, @see NameMatchingDelegate, Name and continueToRunIfDetected which are also common to all @see Clue references.classImplementation of a Clue that scans the contents of a file for specific strings.classImplementation of a Clue that scans the names of Files/Folder for text patterns. -
Uses of Clue in com.redhat.parodos.patterndetection.context
Methods in com.redhat.parodos.patterndetection.context that return types with arguments of type ClueModifier and TypeMethodDescriptionWorkContextDelegate.getDetectedClue(WorkContext context) WorkContextDelegate.getDetectedClue(WorkReport report) Methods in com.redhat.parodos.patterndetection.context with parameters of type ClueModifier and TypeMethodDescriptionbooleanWorkContextDelegate.isThisClueDetected(Clue clue, WorkContext context) Checks if a specific Clue is detectedbooleanWorkContextDelegate.isThisClueDetected(Clue clue, WorkReport report) Checks if a specific Clue is detectedvoidWorkContextDelegate.markClueAsDetected(Clue clue, File file, WorkContext context) Updates the WorkContext DETECTED_CLUE collection with this clue -
Uses of Clue in com.redhat.parodos.patterndetection.pattern
Methods in com.redhat.parodos.patterndetection.pattern that return types with arguments of type ClueModifier and TypeMethodDescriptionBasicPatternImpl.getAllAreRequiredClues()Pattern.getAllAreRequiredClues()BasicPatternImpl.getOnlyOneIsRequiredClues()Pattern.getOnlyOneIsRequiredClues()Methods in com.redhat.parodos.patterndetection.pattern with parameters of type ClueModifier and TypeMethodDescriptionBasicPatternImpl.Builder.PatternImplBuilder.addThisToAllAreRequiredClues(Clue clue) BasicPatternImpl.Builder.PatternImplBuilder.addThiToOneIsRequiredClues(Clue clue) Method parameters in com.redhat.parodos.patterndetection.pattern with type arguments of type ClueModifier and TypeMethodDescriptionBasicPatternImpl.Builder.PatternImplBuilder.addTheseToAllCluesRequired(List<Clue> clues) BasicPatternImpl.Builder.PatternImplBuilder.addTheseToOneOfTheseClues(List<Clue> conditions)