Interface | Description |
---|---|
ICheckContext |
Context interface for custom checks, that provides custom check related
functionality to a custom check.
|
IFindingDescriptionModifyingCheck |
Interface for Custom Checks that modify the description of their findings
based on the check options.
|
Class | Description |
---|---|
CheckGroupNames |
A collection of group names that are used by the built-in checks.
|
CheckImplementationBase |
Abstract base class for custom checks.
|
CheckInfo |
A check info contains information about a custom check.
|
CheckInstance |
A instance of a custom check.
|
Enum | Description |
---|---|
ECheckParameter |
An enumeration of all parameters that can be passed to a custom check or a
custom check phase.
|
EFindingEnablement |
The possible values for enabling/controlling a finding.
|
Exception | Description |
---|---|
CheckException |
An exception that is thrown within the custom check framework.
|
Annotation Type | Description |
---|---|
Check |
Annotation that marks a class as custom check and provides some meta-data for
it.
|