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.analyzer |
The base classes for writing analyzers.
|
oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
oracle.jdevimpl.audit.core |
Modifier and Type | Method and Description |
---|---|
void |
TranslationAnalyzer.enter(AuditContext context,
org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
AuditContext |
AuditContext.getEnclosingContext()
Gets the context of the enclosing construct of this context.
|
Modifier and Type | Method and Description |
---|---|
void |
Analyzer.review(AuditContext context,
Violation issue)
Review a reported issue.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelAdapter.enter(AuditContext context)
Invoked as an auditor traversal enters this model.
|
void |
ModelAdapter.exit(AuditContext context)
Invoked as an auditor traversal exits this model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuditContext |
Modifier and Type | Method and Description |
---|---|
AuditContext |
DefaultAuditContext.getEnclosingContext() |
Modifier and Type | Method and Description |
---|---|
void |
CoreAnalyzer.enter(AuditContext context,
UnauditableFileModelAdapter.UnauditableElement construct) |