| Package | Description |
|---|---|
| oracle.ide.resourcebundle |
Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors.
|
| oracle.jdeveloper.audit.extension | |
| oracle.jdevimpl.audit.core |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationAnalyzer |
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
AnalyzerDefinition.getInstance() |
Analyzer |
AnalyzerDefinition.getInstance(boolean force) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends Analyzer> |
AnalyzerDefinition.getType() |
java.lang.Class<? extends Analyzer> |
AnalyzerDefinition.getType(boolean force) |
| Constructor and Description |
|---|
AnalyzerDefinition(TypeDefinition<Analyzer> analyzerClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreAnalyzer
An analyzer for files that are not auditable because they are too large.
|
| 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 |
|---|---|
java.util.Collection<Analyzer> |
ProfileBinding.getAnalyzers() |
java.util.List<Analyzer> |
DefaultAuditContext.getDisabledAnalyzers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProfileBinding.enabledBeans(Analyzer analyzer, java.util.Collection<Rule> rules, java.util.Collection<Metric> metrics, java.util.Collection<SuppressionScheme> suppressionSchemes) |
| Constructor and Description |
|---|
DefaultAuditTaskContext(DefaultAuditor auditor, Analyzer analyzer, ModelFactory factory, java.util.concurrent.BlockingQueue<Violation> queue) |