org.schmant.task.io
Class DeleteTF

java.lang.Object
  extended by org.schmant.task.stub.AbstractTaskFactory<T,U>
      extended by org.schmant.task.stub.AbstractActionTaskFactory<DeleteTF,DeleteTask>
          extended by 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

Constructor Summary
DeleteTF()
           
 
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.AbstractActionTaskFactory
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources
 
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.schmant.task.TaskFactory
copy, create, getLastCreated, getSpecification
 
Methods inherited from interface org.schmant.task.confable.LoggingConfigurable
setLogFooter, setLogHeader, setReportLevel, setTraceLogging
 
Methods inherited from interface org.schmant.task.TaskRunnable
run
 

Constructor Detail

DeleteTF

public DeleteTF()
Method Detail

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>