com.sun.tools.jxc.ap
Class SchemaGenerator

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by 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

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
SchemaGenerator()
           
SchemaGenerator(Map<String,File> m)
           
 
Method Summary
 SourceVersion getSupportedSourceVersion()
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 void setEpisodeFile(File episodeFile)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
 
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)

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.