public final class SemanticdbTaskListener
extends java.lang.Object
implements com.sun.source.util.TaskListener
| Constructor and Description |
|---|
SemanticdbTaskListener(SemanticdbJavacOptions options,
com.sun.source.util.JavacTask task,
GlobalSymbolsCache globals,
SemanticdbReporter reporter,
com.sun.tools.javac.model.JavacTypes javacTypes) |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.file.Path |
absolutePathFromUri(SemanticdbJavacOptions options,
java.net.URI uri) |
void |
finished(com.sun.source.util.TaskEvent e) |
void |
started(com.sun.source.util.TaskEvent e) |
public SemanticdbTaskListener(SemanticdbJavacOptions options, com.sun.source.util.JavacTask task, GlobalSymbolsCache globals, SemanticdbReporter reporter, com.sun.tools.javac.model.JavacTypes javacTypes)
public void started(com.sun.source.util.TaskEvent e)
started in interface com.sun.source.util.TaskListenerpublic void finished(com.sun.source.util.TaskEvent e)
finished in interface com.sun.source.util.TaskListenerpublic static java.nio.file.Path absolutePathFromUri(SemanticdbJavacOptions options, java.net.URI uri)