@SupportedAnnotationTypes(value="*") public class SchemaGenerator extends AbstractProcessor
Processor
that implements the schema generator
command line tool.processingEnv
Constructor and Description |
---|
SchemaGenerator() |
SchemaGenerator(Map<String,File> m) |
Modifier and Type | Method and 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 © 2019 JBoss by Red Hat. All rights reserved.