Package | Description |
---|---|
oracle.jdeveloper.audit.analyzer |
The base classes for writing analyzers.
|
oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common
API classes.
|
oracle.jdevimpl.audit.core |
Modifier and Type | Method and Description |
---|---|
SuppressionReport |
AuditContext.report(SuppressionScheme scheme,
java.lang.String name,
Location location)
Reports a suppression for the scope of a location in the model
currently being traversed.
|
SuppressionReport |
AuditContext.report(SuppressionScheme scheme,
java.lang.String name,
java.lang.Object construct)
Reports a suppression for the scope of a construct in the model
currently being traversed.
|
SuppressionReport |
AuditContext.report(SuppressionScheme scheme,
Violation issue)
Reports a suppression for the issue currently being reviewed.
|
Modifier and Type | Method and Description |
---|---|
SuppressionScheme |
Suppression.getScheme()
Gets the
SuppressionScheme to which this suppression belongs. |
Modifier and Type | Method and Description |
---|---|
SuppressionReport |
DefaultAuditContext.report(SuppressionScheme scheme,
java.lang.String name,
Location location) |
SuppressionReport |
DefaultAuditContext.report(SuppressionScheme scheme,
java.lang.String name,
java.lang.Object construct) |
SuppressionReport |
DefaultAuditContext.report(SuppressionScheme scheme,
Violation issue) |
Modifier and Type | Method and Description |
---|---|
void |
AnalyzerBinding.bind(java.util.Collection<AnalyzerDefinition> analyzerDefinitions,
boolean disableAssists,
java.util.Set<java.lang.String> disableAnalyzers,
java.util.Collection<Rule> rules,
java.util.Collection<Metric> metrics,
java.util.Collection<SuppressionScheme> suppressionSchemes,
boolean forceAndVerify)
Creates the analyzer and bean instances for the bound profile.
|
boolean |
AnalyzerBinding.enabledBeans(Analyzer analyzer,
java.util.Collection<Rule> rules,
java.util.Collection<Metric> metrics,
java.util.Collection<SuppressionScheme> suppressionSchemes) |