public class SemanticdbJavacOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
alreadyReportedErrors |
java.util.ArrayList<java.lang.String> |
errors |
boolean |
includeText |
static java.lang.String |
JAVAC_CLASSES_DIR_ARG |
java.nio.file.Path |
sourceroot |
static java.lang.String |
stubClassName |
java.nio.file.Path |
targetroot
The directory to place META-INF and its .semanticdb files
|
UriScheme |
uriScheme |
boolean |
verboseEnabled |
| Constructor and Description |
|---|
SemanticdbJavacOptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
missingRequiredDirectoryOption(java.lang.String option) |
static SemanticdbJavacOptions |
parse(java.lang.String[] args,
com.sun.tools.javac.util.Context ctx) |
public java.nio.file.Path targetroot
public java.nio.file.Path sourceroot
public boolean includeText
public boolean verboseEnabled
public final java.util.ArrayList<java.lang.String> errors
public boolean alreadyReportedErrors
public UriScheme uriScheme
public static java.lang.String stubClassName
public static java.lang.String JAVAC_CLASSES_DIR_ARG
public static java.lang.String missingRequiredDirectoryOption(java.lang.String option)
public static SemanticdbJavacOptions parse(java.lang.String[] args, com.sun.tools.javac.util.Context ctx)