FileDocCategorySizeDatePackage
DiagnosticsTask.javaAPI DocApache Ant 1.701416Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.taskdefs

DiagnosticsTask

public class DiagnosticsTask extends org.apache.tools.ant.Task
This is a task that hands off work to the Diagnostics module. It lets you run diagnostics in an IDE.

Fields Summary
private static final String[]
ARGS
Constructors Summary
Methods Summary
public voidexecute()
Execute the task. This delgates to the Diagnositics class.

throws
BuildException on error.


                      
         
        Diagnostics.main(ARGS);