com.sun.tools.jxc.apt
Class SchemaGenerator

java.lang.Object
  extended by com.sun.tools.jxc.apt.SchemaGenerator

public class SchemaGenerator
extends java.lang.Object

AnnotationProcessorFactory that implements the schema generator command line tool.


Constructor Summary
SchemaGenerator()
           
SchemaGenerator(java.util.Map<java.lang.String,java.io.File> m)
           
 
Method Summary
 AnnotationProcessor getProcessorFor(java.util.Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env)
           
 void setEpisodeFile(java.io.File episodeFile)
           
 java.util.Collection<java.lang.String> supportedAnnotationTypes()
           
 java.util.Collection<java.lang.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(java.util.Map<java.lang.String,java.io.File> m)
Method Detail

setEpisodeFile

public void setEpisodeFile(java.io.File episodeFile)

supportedOptions

public java.util.Collection<java.lang.String> supportedOptions()

supportedAnnotationTypes

public java.util.Collection<java.lang.String> supportedAnnotationTypes()

getProcessorFor

public AnnotationProcessor getProcessorFor(java.util.Set<AnnotationTypeDeclaration> atds,
                                           AnnotationProcessorEnvironment env)