Class DispatchUtils

java.lang.Object
org.apache.tools.ant.dispatch.DispatchUtils

public class DispatchUtils extends Object
Determines and Executes the action method for the task.
  • Constructor Details

    • DispatchUtils

      public DispatchUtils()
  • 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.