public class Relentless
extends org.apache.tools.ant.Task
implements org.apache.tools.ant.TaskContainer
Constructor and Description |
---|
Relentless()
Creates a new Relentless task.
|
Modifier and Type | Method and Description |
---|---|
void |
addTask(org.apache.tools.ant.Task task)
Ant will call this to inform us of nested tasks.
|
void |
execute()
This method will be called when it is time to execute the task.
|
boolean |
isTerse()
Retrieve the terse property, indicating how much output we will generate.
|
void |
setTerse(boolean terse)
Set this to true to reduce the amount of output generated.
|
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 execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void addTask(org.apache.tools.ant.Task task)
addTask
in interface org.apache.tools.ant.TaskContainer
public void setTerse(boolean terse)
public boolean isTerse()