org.apache.tools.ant.dispatch

Class DispatchUtils


public class DispatchUtils
extends java.lang.Object

Determines and Executes the action method for the task.

Method Summary

static void
execute(Object task)
Determines and Executes the action method for the task.

Method Details

execute

public static final void execute(Object task)
            throws BuildException
Determines and Executes the action method for the task.
Parameters:
task - the task to execute.
Throws:
BuildException - on error.