com.sun.tools.jxc.apt
Class SchemaGenerator
java.lang.Object
com.sun.tools.jxc.apt.SchemaGenerator
- All Implemented Interfaces:
- com.sun.mirror.apt.AnnotationProcessorFactory
public class SchemaGenerator
- extends Object
- implements com.sun.mirror.apt.AnnotationProcessorFactory
AnnotationProcessorFactory
that implements the schema generator
command line tool.
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)
supportedOptions
public Collection<String> supportedOptions()
- Specified by:
supportedOptions
in interface com.sun.mirror.apt.AnnotationProcessorFactory
supportedAnnotationTypes
public Collection<String> supportedAnnotationTypes()
- Specified by:
supportedAnnotationTypes
in interface com.sun.mirror.apt.AnnotationProcessorFactory
getProcessorFor
public com.sun.mirror.apt.AnnotationProcessor getProcessorFor(Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> atds,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
- Specified by:
getProcessorFor
in interface com.sun.mirror.apt.AnnotationProcessorFactory