com.sun.tools.jxc.apt
Class SchemaGenerator

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

public class SchemaGenerator
extends Object

AnnotationProcessorFactory that implements the schema generator command line tool.

Author:
Kohsuke Kawaguchi

Constructor Summary
SchemaGenerator()
           
SchemaGenerator(Map<String,File> m)
           
 
Method Summary
 AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> atds, 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()

supportedAnnotationTypes

public Collection<String> supportedAnnotationTypes()

getProcessorFor

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


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.