| Package | Description |
|---|---|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiagnosticCollector<S>
Provides an easy way to collect diagnostics in a list.
|
| Modifier and Type | Method and Description |
|---|---|
StandardJavaFileManager |
DocumentationTool.getStandardFileManager(DiagnosticListener
Gets a new instance of the standard file manager implementation for this tool.
|
StandardJavaFileManager |
JavaCompiler.getStandardFileManager(DiagnosticListener
Gets a new instance of the standard file manager implementation for this tool.
|
DocumentationTool |
DocumentationTool.getTask(Writer
Creates a future for a documentation task with the given components and arguments.
|
JavaCompiler |
JavaCompiler.getTask(Writer
Creates a future for a compilation task with the given components and arguments.
|