Package com.sun.tools.jxc.ap
Class SchemaGenerator
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- com.sun.tools.jxc.ap.SchemaGenerator
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("*") public class SchemaGenerator extends AbstractProcessor
Processor
that implements the schema generator command line tool.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description SchemaGenerator()
SchemaGenerator(Map<String,File> m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVersion
getSupportedSourceVersion()
boolean
process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
void
setEpisodeFile(File episodeFile)
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
-
-
-
Method Detail
-
setEpisodeFile
public void setEpisodeFile(File episodeFile)
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-
-