Interface Dispatchable

All Known Implementing Classes:
DispatchTask, Symlink

public interface Dispatchable
Classes implementing this interface specify the name of the parameter that contains the name of the task's method to execute.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the parameter.
  • Method Details

    • getActionParameterName

      String getActionParameterName()
      Get the name of the parameter.
      Returns:
      the name of the parameter that contains the name of the method.