org.schmant.task.proxy
Class CompoundTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<CompoundTF,CompoundTask>
org.schmant.task.proxy.CompoundTF
- All Implemented Interfaces:
- LoggingConfigurable<CompoundTF>, TaskFactory<CompoundTF,CompoundTask>, TaskRunnable
public final class CompoundTF
- extends AbstractTaskFactory<CompoundTF,CompoundTask>
Factory for the CompoundTask
.
See CompoundTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- Task_package:
- org.schmant.task.base
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
CompoundTF
public CompoundTF()
addTask
public CompoundTF addTask(Task t)
addTask
public CompoundTF addTask(TaskFactory<?,?> tf)
addTasks
public CompoundTF addTasks(Object o)
clearTasks
public CompoundTF clearTasks()
createSpecification
protected CompoundTask createSpecification()
- Description copied from class:
AbstractTaskFactory
- Subclasses implement this to create the task specification object that
this factory uses to configure the task that it is creating.
- Specified by:
createSpecification
in class AbstractTaskFactory<CompoundTF,CompoundTask>