Package javax.tools

Interface DocumentationTool.DocumentationTask

All Superinterfaces:
Callable<Boolean>
Enclosing interface:
DocumentationTool

public static interface DocumentationTool.DocumentationTask extends Callable<Boolean>
Interface representing a future for a documentation 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.