org.schmant.task.io
Class MoveTF

java.lang.Object
  extended by org.schmant.task.stub.AbstractTaskFactory<T,U>
      extended by org.schmant.task.stub.AbstractActionTaskFactory<T,U>
          extended by org.schmant.task.stub.AbstractProcessTaskFactory<MoveTF,MoveTask>
              extended by org.schmant.task.io.MoveTF
All Implemented Interfaces:
ActionTaskConfigurable<MoveTF>, ActionTaskFactory<MoveTF,MoveTask>, LoggingConfigurable<MoveTF>, OverwriteConfigurable<MoveTF>, SourceConfigurable<MoveTF>, TargetConfigurable<MoveTF>, GeneratorTaskConfigurable<MoveTF>, GeneratorTaskFactory<MoveTF,MoveTask>, ProcessTaskConfigurable<MoveTF>, ProcessTaskFactory<MoveTF,MoveTask>, TaskFactory<MoveTF,MoveTask>, TaskRunnable

public final class MoveTF
extends AbstractProcessTaskFactory<MoveTF,MoveTask>

Factory for the MoveTask.

See MoveTF

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

Field Summary
 
Fields inherited from interface org.schmant.task.confable.OverwriteConfigurable
DEFAULT_OVERWRITE_STRATEGY
 
Constructor Summary
MoveTF()
           
 
Method Summary
protected  MoveTask 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.AbstractProcessTaskFactory
setOverwrite, setOverwriteStrategy, setTarget
 
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
 
Methods inherited from interface org.schmant.task.confable.SourceConfigurable
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources
 

Constructor Detail

MoveTF

public MoveTF()
Method Detail

createSpecification

protected MoveTask 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<MoveTF,MoveTask>