ise.antelope.tasks
public class StopWatchTask extends org.apache.tools.ant.Task
Constructor and Description |
---|
StopWatchTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Description of the Method
|
void |
setAction(java.lang.String action)
Sets the action attribute of the StopWatchTask object
|
void |
setName(java.lang.String name)
Sets the name attribute of the StopWatchTask object
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setName(java.lang.String name)
name
- The new name valuepublic void setAction(java.lang.String action)
action
- The new action valuepublic void execute()
execute
in class org.apache.tools.ant.Task