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