@SupportedAnnotationTypes(value="*")
@SupportedSourceVersion(value=RELEASE_6)
public class SchemaGenerator
extends javax.annotation.processing.AbstractProcessor
Processor that implements the schema generator
command line tool.| Constructor and Description |
|---|
SchemaGenerator() |
SchemaGenerator(java.util.Map<java.lang.String,java.io.File> m) |
| Modifier and Type | Method and Description |
|---|---|
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 interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessor