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 |
Checks that a specified pattern exists, exists less than
a set number of times, or does not exist in the file.
|
RegexpMultilineCheck |
Checks that a specified pattern matches across multiple lines in any file type.
|
RegexpOnFilenameCheck |
Checks that a specified pattern matches based on file and/or folder path.
|
RegexpSinglelineCheck |
Checks that a specified pattern matches a single line in any file type.
|
RegexpSinglelineJavaCheck |
Checks that a specified pattern matches a single line in Java files.
|
Copyright © 2001–2020. All rights reserved.