org.schmant.task.io
Class DeleteTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<DeleteTF,DeleteTask>
org.schmant.task.io.DeleteTF
- All Implemented Interfaces:
- ActionTaskConfigurable<DeleteTF>, ActionTaskFactory<DeleteTF,DeleteTask>, LoggingConfigurable<DeleteTF>, SourceConfigurable<DeleteTF>, TaskFactory<DeleteTF,DeleteTask>, TaskRunnable
public final class DeleteTF
- extends AbstractActionTaskFactory<DeleteTF,DeleteTask>
Factory for the delete task.
See DeleteTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
DeleteTask
- Task_package:
- org.schmant.task.base
Method Summary |
protected DeleteTask |
createSpecification()
Subclasses implement this to create the task specification object that
this factory uses to configure the task that it is creating. |
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
DeleteTF
public DeleteTF()
createSpecification
protected DeleteTask 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<DeleteTF,DeleteTask>