| Package | Description |
|---|---|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| Modifier and Type | Method and Description |
|---|---|
List |
DiagnosticCollector.getDiagnostics()
Gets a list view of diagnostics collected by this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiagnosticListener.report(Diagnostic
Invoked when a problem is found.
|
void |
DiagnosticCollector.report(Diagnostic
|