DiagnosticsTaskpublic 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 |
Methods Summary |
---|
public void | execute()Execute the task.
This delgates to the Diagnositics class.
Diagnostics.main(ARGS);
|
|