Interface | Description |
---|---|
AuditContext |
The Audit traversal context.
|
AuditContext.Key |
A key identifying an attribute, created by
AuditContext.key(java.lang.Object) or
AuditContext.sharedKey(java.lang.Object) . |
AuditContextCompatibility | Deprecated
Do not use.
|
AuditTaskContext | |
IssueReport |
An interface for setting additional properties of a reported Audit violation.
|
Parameter | |
SuppressionReport |
An interface for setting additional properties of an Audit suppression.
|
ViolationReport | Deprecated
Use
IssueReport |
Class | Description |
---|---|
Analyzer |
A visitor over the Audit object models which verifies rules and/or computes
metrics.
|
Category |
A category of rules or metrics.
|
Metric |
A metric of constructs of the Audit object model.
|
Rule |
An Audit rule.
|
Severity |
The severity of a rule violation (enumeration).
|
SeverityBundle | |
SeverityBundle_de | |
SeverityBundle_en | |
SeverityBundle_es | |
SeverityBundle_fr | |
SeverityBundle_it | |
SeverityBundle_ja | |
SeverityBundle_ko | |
SeverityBundle_pt_BR | |
SeverityBundle_zh_CN | |
SeverityBundle_zh_TW | |
StyleCategory |
The category of a rule violation (enumeration).
|
StyleCategoryBundle | |
StyleCategoryBundle_de | |
StyleCategoryBundle_en | |
StyleCategoryBundle_es | |
StyleCategoryBundle_fr | |
StyleCategoryBundle_it | |
StyleCategoryBundle_ja | |
StyleCategoryBundle_ko | |
StyleCategoryBundle_pt_BR | |
StyleCategoryBundle_zh_CN | |
StyleCategoryBundle_zh_TW | |
SuppressionScheme |
An Audit suppression scheme.
|
Analyzer
class itself, this
package provides the classes which define rules and metrics and allows them to
be made configurable by the Audit framework.