java.lang.Cloneable, org.apache.tools.ant.TaskContainerpublic class Relentless
extends org.apache.tools.ant.Task
implements org.apache.tools.ant.TaskContainer
| Constructor | Description |
|---|---|
Relentless() |
Creates a new Relentless task.
|
| Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void addTask(org.apache.tools.ant.Task task)
addTask in interface org.apache.tools.ant.TaskContainerpublic void setTerse(boolean terse)
public boolean isTerse()