Uses of Interface
com.redhat.parodos.patterndetection.clue.Clue
-
Packages that use Clue Package Description com.redhat.parodos.patterndetection.clue com.redhat.parodos.patterndetection.context com.redhat.parodos.patterndetection.pattern -
-
Uses of Clue in com.redhat.parodos.patterndetection.clue
Classes in com.redhat.parodos.patterndetection.clue that implement Clue Modifier and Type Class Description classAbstractClueAbstractClue contains the @see WorkContextDelegate, @see NameMatchingDelegate, Name and continueToRunIfDetected which are also common to all @see Clue references.classContentsClueImplImplementation of a Clue that scans the contents of a file for specific strings.classNameClueImplImplementation 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 Clue Modifier and Type Method Description Map<Clue,List<File>>WorkContextDelegate. getDetectedClue(WorkContext context)Map<Clue,List<File>>WorkContextDelegate. getDetectedClue(WorkReport report)Methods in com.redhat.parodos.patterndetection.context with parameters of type Clue Modifier and Type Method Description booleanWorkContextDelegate. 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 Clue Modifier and Type Method Description List<Clue>BasicPatternImpl. getAllAreRequiredClues()List<? extends Clue>Pattern. getAllAreRequiredClues()List<Clue>BasicPatternImpl. getOnlyOneIsRequiredClues()List<? extends Clue>Pattern. getOnlyOneIsRequiredClues()Methods in com.redhat.parodos.patterndetection.pattern with parameters of type Clue Modifier and Type Method Description BasicPatternImpl.Builder.PatternImplBuilderBasicPatternImpl.Builder.PatternImplBuilder. addThisToAllAreRequiredClues(Clue clue)BasicPatternImpl.Builder.PatternImplBuilderBasicPatternImpl.Builder.PatternImplBuilder. addThiToOneIsRequiredClues(Clue clue)Method parameters in com.redhat.parodos.patterndetection.pattern with type arguments of type Clue Modifier and Type Method Description BasicPatternImpl.Builder.PatternImplBuilderBasicPatternImpl.Builder.PatternImplBuilder. addTheseToAllCluesRequired(List<Clue> clues)BasicPatternImpl.Builder.PatternImplBuilderBasicPatternImpl.Builder.PatternImplBuilder. addTheseToOneOfTheseClues(List<Clue> conditions)
-