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
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) voidsetEpisodeFile(File episodeFile) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
SchemaGenerator
public SchemaGenerator() -
SchemaGenerator
-
-
Method Details
-
setEpisodeFile
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-