org.schmant.task.io
Class CopyTF

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<CopyTF,CopyTask>
              extended by org.schmant.task.io.CopyTF
All Implemented Interfaces:
ActionTaskConfigurable<CopyTF>, ActionTaskFactory<CopyTF,CopyTask>, LoggingConfigurable<CopyTF>, OverwriteConfigurable<CopyTF>, SourceConfigurable<CopyTF>, TargetConfigurable<CopyTF>, GeneratorTaskConfigurable<CopyTF>, GeneratorTaskFactory<CopyTF,CopyTask>, ProcessTaskConfigurable<CopyTF>, ProcessTaskFactory<CopyTF,CopyTask>, TaskFactory<CopyTF,CopyTask>, TaskRunnable

public final class CopyTF
extends AbstractProcessTaskFactory<CopyTF,CopyTask>

Factory for the copy task.

See CopyTF

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

Field Summary
 
Fields inherited from interface org.schmant.task.confable.OverwriteConfigurable
DEFAULT_OVERWRITE_STRATEGY
 
Constructor Summary
CopyTF()
           
 
Method Summary
protected  CopyTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 CopyTF setPreserveAttributes(boolean b)
           
 
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

CopyTF

public CopyTF()
Method Detail

setPreserveAttributes

public CopyTF setPreserveAttributes(boolean b)

createSpecification

protected CopyTask 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<CopyTF,CopyTask>