org.kohsuke.stapler
Class ExportedBeanAnnotationProcessor6

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.kohsuke.stapler.ExportedBeanAnnotationProcessor6
All Implemented Interfaces:
javax.annotation.processing.Processor

@SupportedSourceVersion(value=RELEASE_6)
@SupportedAnnotationTypes(value="*")
@MetaInfServices(value=javax.annotation.processing.Processor.class)
public class ExportedBeanAnnotationProcessor6
extends javax.annotation.processing.AbstractProcessor

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
ExportedBeanAnnotationProcessor6()
           
 
Method Summary
protected  javax.tools.FileObject createResource(String name)
           
protected  void error(String msg)
           
protected  String getJavadoc(javax.lang.model.element.Element md)
           
protected  javax.tools.FileObject getResource(String name)
           
protected  void notice(String msg, javax.lang.model.element.Element location)
           
 boolean process(Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
           
protected  void writePropertyFile(Properties p, String name)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportedBeanAnnotationProcessor6

public ExportedBeanAnnotationProcessor6()
Method Detail

process

public boolean process(Set<? extends javax.lang.model.element.TypeElement> annotations,
                       javax.annotation.processing.RoundEnvironment roundEnv)
Specified by:
process in interface javax.annotation.processing.Processor
Specified by:
process in class javax.annotation.processing.AbstractProcessor

error

protected void error(String msg)

getJavadoc

protected String getJavadoc(javax.lang.model.element.Element md)

notice

protected void notice(String msg,
                      javax.lang.model.element.Element location)

writePropertyFile

protected void writePropertyFile(Properties p,
                                 String name)
                          throws IOException
Throws:
IOException

getResource

protected javax.tools.FileObject getResource(String name)
                                      throws IOException
Throws:
IOException

createResource

protected javax.tools.FileObject createResource(String name)
                                         throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.