public final class CompileCommandProcessor extends AbstractProcessor
CompileCommand
/CompileCommandFile
documentationModifier and Type | Field and Description |
---|---|
static String |
COMPILE_COMMAND_FILE_PATH_DEFAULT |
static String |
COMPILE_COMMAND_FILE_PATH_OPTION |
processingEnv
Constructor and Description |
---|
CompileCommandProcessor() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSupportedAnnotationTypes() |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedOptions, init, isInitialized
public static final String COMPILE_COMMAND_FILE_PATH_OPTION
public static final String COMPILE_COMMAND_FILE_PATH_DEFAULT
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes
in interface Processor
getSupportedAnnotationTypes
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2014–2019. All rights reserved.