|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface DisassemblerTool.DisassemblerTask
Interface representing a future for a disassembly task. The task has not yet started. To start the task, call the call method.
Before calling the call method, additional aspects of the task can be configured, for example, by calling the setLocale method.
| Method Summary | |
|---|---|
java.lang.Boolean |
call()
Performs this compilation task. |
void |
setLocale(java.util.Locale locale)
Set the locale to be applied when formatting diagnostics and other localized data. |
| Method Detail |
|---|
void setLocale(java.util.Locale locale)
locale - the locale to apply; null means apply no
locale
java.lang.IllegalStateException - if the task has startedjava.lang.Boolean call()
call in interface java.util.concurrent.Callable<java.lang.Boolean>java.lang.RuntimeException - if an unrecoverable error occurred
in a user-supplied component. The
cause will be the error
in user code.
java.lang.IllegalStateException - if called more than once
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||