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(value="*")
public class SchemaGenerator
- extends AbstractProcessor
Processor that implements the schema generator
command line tool.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaGenerator
public SchemaGenerator()
SchemaGenerator
public SchemaGenerator(Map<String,File> m)
setEpisodeFile
public void setEpisodeFile(File episodeFile)
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process in interface Processor- Specified by:
process in class AbstractProcessor
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersion in interface Processor- Overrides:
getSupportedSourceVersion in class AbstractProcessor
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.