API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.annotation.processing. ProcessingEnvironment View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.5 06/07/17
Serial
Hierarchy
 ProcessingEnvironment
Subinterfaces
Description
public interface ProcessingEnvironment
  An annotation processing tool framework will provide an annotation processor with an object implementing this interface so the processor can use facilities provided by the framework to write new files, report error messages, and find other utilities.
See also:   
Methods
Hide/Show inherited methods
public Elements getElementUtils ()
  Returns an implementation of some utility methods for operating on elements
public Filer getFiler ()
  Returns the filer used to create new source, class, or auxiliary files.
public Locale getLocale ()
  Returns the current locale or null if no locale is in effect.
public Messager getMessager ()
  Returns the messager used to report errors, warnings, and other notices.
public Map<String, String> getOptions ()
  Returns the processor-specific options passed to the annotation processing tool.
public SourceVersion getSourceVersion ()
  Returns the source version that any generated source and class files should conform to.
public Types getTypeUtils ()
  Returns an implementation of some utility methods for operating on types.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar