See: Description
Interface | Description |
---|---|
MatchSuppressor |
Represents a suppressor for matches.
|
Class | Description |
---|---|
DetectorOptions |
Options for a detector.
|
NeverSuppress |
An implementation of
MatchSuppressor that never suppresses a
match. |
RegexpCheck |
A check that makes sure that a specified pattern exists (or not) in the file.
|
RegexpMultilineCheck |
Implementation of a check that looks that matches across multiple lines in
any file type.
|
RegexpOnFilenameCheck |
Implementation of a check that looks for a file name and/or path match (or
mis-match) against specified patterns.
|
RegexpSinglelineCheck |
Implementation of a check that looks for a single line in any file type.
|
RegexpSinglelineJavaCheck |
Implementation of a check that looks for a single line in Java files.
|
Copyright © 2001–2018. All rights reserved.