javax.annotation.processing
Interface ProcessingEnvironment


public interface ProcessingEnvironment

Version:
$Revision$ $Date$

Method Summary
 javax.lang.model.util.Elements getElementUtils()
           
 Filer getFiler()
           
 java.util.Locale getLocale()
           
 Messager getMessager()
           
 java.util.Map<java.lang.String,java.lang.String> getOptions()
           
 javax.lang.model.SourceVersion getSourceVersion()
           
 javax.lang.model.util.Types getTypeUtils()
           
 

Method Detail

getLocale

java.util.Locale getLocale()

getOptions

java.util.Map<java.lang.String,java.lang.String> getOptions()

getFiler

Filer getFiler()

getMessager

Messager getMessager()

getSourceVersion

javax.lang.model.SourceVersion getSourceVersion()

getElementUtils

javax.lang.model.util.Elements getElementUtils()

getTypeUtils

javax.lang.model.util.Types getTypeUtils()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.