|
Préférences
Moteurs de recherche
|
||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.tools
|
|||||||||
| Method Summary | |
|---|---|
Boolean |
call()
Performs this compilation task. |
void |
setLocale(Locale locale)
Set the locale to be applied when formatting diagnostics and other localized data. |
void |
setProcessors(Iterable<? extends Processor> processors)
Sets processors (for annotation processing). |
| Method Detail |
|---|
void setProcessors(Iterable<? extends Processor> processors)
processors - processors (for annotation processing)
IllegalStateException - if the task has startedvoid setLocale(Locale locale)
locale - the locale to apply; null means apply no
locale
IllegalStateException - if the task has startedBoolean call()
RuntimeException - if an unrecoverable error occurred
in a user-supplied component. The
cause will be the error
in user code.
IllegalStateException - if called more than once