Package com.redhat.parodos.patterndetection.clue
-
Interface Summary Interface Description Clue A Clue is a aspect of a file/folder that can be detected. -
Class Summary Class Description AbstractClue AbstractClue contains the @see WorkContextDelegate, @see NameMatchingDelegate, Name and continueToRunIfDetected which are also common to all @see Clue references.AbstractClue.Builder<T extends AbstractClue.Builder<T>> ContentsClueImpl Implementation of a Clue that scans the contents of a file for specific strings.ContentsClueImpl.Builder NameClueImpl Implementation of a Clue that scans the names of Files/Folder for text patterns.NameClueImpl.Builder