public abstract class DispatchTask extends Task implements Dispatchable
Constructor and Description |
---|
DispatchTask() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Get the action.
|
String |
getActionParameterName()
Get the action parameter name.
|
void |
setAction(String action)
Set the action.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public String getAction()
public String getActionParameterName()
getActionParameterName
in interface Dispatchable
String
"action" by default (can be overridden).public void setAction(String action)
action
- the method name.