public static interface DocumentationTool.DocumentationTask extends Callable<Boolean >
void setLocale(Localelocale)
locale - the locale to apply;
null means apply no locale
IllegalStateException - if the task has started
Booleancall()
call in interface
Callable<Boolean>
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