| Package | Description |
|---|---|
| oracle.jdeveloper.audit.extension | |
| oracle.jdevimpl.audit.core |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AnalyzerDefinition> |
AuditHook.getAnalyzers() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Tuple<AnalyzerDefinition,java.lang.reflect.Method>> |
ProfileBinding.getStartTaskMethods() |
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
ProfileBinding.getAnalyzer(AnalyzerDefinition analyzerClass)
Gets the bound analyzer of a specified class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileBinding.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.
|