com.sun.tools.jxc.apt
Class SchemaGenerator

java.lang.Object
  extended by 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.


Constructor Summary
SchemaGenerator()
           
SchemaGenerator(Map<String,File> m)
           
 
Method Summary
 com.sun.mirror.apt.AnnotationProcessor getProcessorFor(Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> atds, com.sun.mirror.apt.AnnotationProcessorEnvironment env)
           
 void setEpisodeFile(File episodeFile)
           
 Collection<String> supportedAnnotationTypes()
           
 Collection<String> supportedOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaGenerator

public SchemaGenerator()

SchemaGenerator

public SchemaGenerator(Map<String,File> m)
Method Detail

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