Constructor and Description |
---|
EvalAntTask(EvalTask<?> task)
Construct a new eval task wrapper.
|
EvalAntTask(EvalTask<?> task,
Iterable<? extends Future<?>> deps)
Construct an Ant wrapper for an eval task.
|
Modifier and Type | Method and Description |
---|---|
void |
execute() |
EvalTask<?> |
getEvalTask() |
String |
toString() |
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 EvalAntTask(EvalTask<?> task)
task
- The eval task to wrap.public EvalAntTask(EvalTask<?> task, Iterable<? extends Future<?>> deps)
task
- The eval task.deps
- The tasks dependencies. These are not used directly; they are just checked to
make sure they are all satisfied before the task is executed.