org.schmant.task.io
Class TreeDeleteTF

java.lang.Object
  extended by org.schmant.task.stub.AbstractTaskFactory<T,U>
      extended by org.schmant.task.stub.AbstractActionTaskFactory<TreeDeleteTF,TreeDeleteTask>
          extended by org.schmant.task.io.TreeDeleteTF
All Implemented Interfaces:
ActionTaskConfigurable<TreeDeleteTF>, ActionTaskFactory<TreeDeleteTF,TreeDeleteTask>, LoggingConfigurable<TreeDeleteTF>, SourceConfigurable<TreeDeleteTF>, TaskFactory<TreeDeleteTF,TreeDeleteTask>, TaskRunnable

public final class TreeDeleteTF
extends AbstractActionTaskFactory<TreeDeleteTF,TreeDeleteTask>

Factory for the tree delete task.

See TreeDeleteTF

Since:
0.5
Author:
Karl Gustafsson
See Also:
TreeDeleteTask
Task_package:
org.schmant.task.base

Constructor Summary
TreeDeleteTF()
           
 
Method Summary
protected  TreeDeleteTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 TreeDeleteTF setDeleteRoot(boolean b)
           
 
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

TreeDeleteTF

public TreeDeleteTF()
Method Detail

setDeleteRoot

public TreeDeleteTF setDeleteRoot(boolean b)

createSpecification

protected TreeDeleteTask 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<TreeDeleteTF,TreeDeleteTask>