Processor
@SupportedAnnotationTypes("*") public class SchemaGenerator extends AbstractProcessor
Processor
that implements the schema generator
command line tool.processingEnv
Constructor | Description |
---|---|
SchemaGenerator() |
|
SchemaGenerator(Map<String,File> m) |
Modifier and Type | Method | Description |
---|---|---|
SourceVersion |
getSupportedSourceVersion() |
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
|
void |
setEpisodeFile(File episodeFile) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
public void setEpisodeFile(File episodeFile)
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
Copyright © 2018 Oracle Corporation. All rights reserved.