org.apache.tools.ant.taskdefs

Class DiagnosticsTask

public class DiagnosticsTask extends Task

This is a task that hands off work to the Diagnostics module. It lets you run diagnostics in an IDE.
Method Summary
voidexecute()
Execute the task.

Method Detail

execute

public void execute()
Execute the task. This delegates to the Diagnostics class.

Throws: BuildException on error.