umagesh 2004/06/06 10:31:50 Modified: docs/manual base_task_classes.html Log: Tasks extending from abstract DispatchTask may have multiple action methods that will get invoked depending upon the action attribute of the task. Revision Changes Path 1.6 +9 -0 ant/docs/manual/base_task_classes.html Index: base_task_classes.html =================================================================== RCS file: /home/cvs/ant/docs/manual/base_task_classes.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- base_task_classes.html 9 Feb 2004 21:50:05 -0000 1.5 +++ base_task_classes.html 6 Jun 2004 17:31:50 -0000 1.6 @@ -76,6 +76,15 @@ </td> </tr> +<tr> +<td> +<a href="api/org/apache/tools/ant/dispatch/DispatchTask.html">DispatchTask</a> +</td> +<td> +Abstract Base class for tasks that may have multiple actions. +</td> +</tr> + </tbody> </table>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]