|
Préférences
Moteurs de recherche
|
||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.annotation.processing
|
Method Summary | |
---|---|
Elements |
getElementUtils()
Returns an implementation of some utility methods for operating on elements |
Filer |
getFiler()
Returns the filer used to create new source, class, or auxiliary files. |
Locale |
getLocale()
Returns the current locale or null if no locale is in
effect. |
Messager |
getMessager()
Returns the messager used to report errors, warnings, and other notices. |
Map<String,String> |
getOptions()
Returns the processor-specific options passed to the annotation processing tool. |
SourceVersion |
getSourceVersion()
Returns the source version that any generated source and class files should conform to. |
Types |
getTypeUtils()
Returns an implementation of some utility methods for operating on types. |
Method Detail |
---|
Map<String,String> getOptions()
null
.
See documentation of the particular tool infrastructure
being used for details on how to pass in processor-specific
options. For example, a command-line implementation may
distinguish processor-specific options by prefixing them with a
known string like "-A"
; other tool implementations may
follow different conventions or provide alternative mechanisms.
A given implementation may also provide implementation-specific
ways of finding options passed to the tool in addition to the
processor-specific options.
Messager getMessager()
Filer getFiler()
Elements getElementUtils()
Types getTypeUtils()
SourceVersion getSourceVersion()
Processor.getSupportedSourceVersion()
Locale getLocale()
null
if no locale is in
effect. The locale can be be used to provide localized
messages.
null
if no locale is in
effect