org.schmant.task.io
Class TreeCopyTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<TreeCopyTF,TreeCopyTask>
org.schmant.task.io.TreeCopyTF
- All Implemented Interfaces:
- ActionTaskConfigurable<TreeCopyTF>, ActionTaskFactory<TreeCopyTF,TreeCopyTask>, LoggingConfigurable<TreeCopyTF>, OverwriteConfigurable<TreeCopyTF>, SourceConfigurable<TreeCopyTF>, TargetConfigurable<TreeCopyTF>, GeneratorTaskConfigurable<TreeCopyTF>, GeneratorTaskFactory<TreeCopyTF,TreeCopyTask>, ProcessTaskConfigurable<TreeCopyTF>, ProcessTaskFactory<TreeCopyTF,TreeCopyTask>, TaskFactory<TreeCopyTF,TreeCopyTask>, TaskRunnable
public final class TreeCopyTF
- extends AbstractProcessTaskFactory<TreeCopyTF,TreeCopyTask>
Factory for the tree copy task.
See TreeCopyTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
TreeCopyTask
- 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 |
TreeCopyTF
public TreeCopyTF()
setPreserveAttributes
public TreeCopyTF setPreserveAttributes(boolean b)
createSpecification
protected TreeCopyTask 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<TreeCopyTF,TreeCopyTask>