org.apache.tools.ant.taskdefs
Class DiagnosticsTask
- Cloneable
public class DiagnosticsTask
This is a task that hands off work to the Diagnostics module.
It lets you run diagnostics in an IDE.
bindToOwner , execute , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , log , log , maybeConfigure , perform , reconfigure , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
execute
public void execute()
throws BuildException
Execute the task.
This delgates to the Diagnositics class.
- execute in interface Task