@SupportedAnnotationTypes("*")
public class SchemaGenerator
extends javax.annotation.processing.AbstractProcessor
Processor that implements the schema generator
command line tool.| Constructor | Description |
|---|---|
SchemaGenerator() |
|
SchemaGenerator(java.util.Map<java.lang.String,java.io.File> m) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
|
void |
setEpisodeFile(java.io.File episodeFile) |
public SchemaGenerator()
public SchemaGenerator(java.util.Map<java.lang.String,java.io.File> m)
public void setEpisodeFile(java.io.File episodeFile)
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in class javax.annotation.processing.AbstractProcessorpublic javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorCopyright © 2018 Oracle Corporation. All rights reserved.