org.schmant.task.tp.tflinks
Class TaskFactoryLinksTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<U,T>
org.schmant.task.template.text.AbstractTextInsertionTaskFactory<T,U>
org.schmant.task.tp.AbstractLinkInsertionTaskFactory<TaskFactoryLinksTF,TaskFactoryLinksTask>
org.schmant.task.tp.tflinks.TaskFactoryLinksTF
- All Implemented Interfaces:
- ActionTaskConfigurable<TaskFactoryLinksTF>, ActionTaskFactory<TaskFactoryLinksTF,TaskFactoryLinksTask>, LoggingConfigurable<TaskFactoryLinksTF>, OverwriteConfigurable<TaskFactoryLinksTF>, SourceConfigurable<TaskFactoryLinksTF>, TargetConfigurable<TaskFactoryLinksTF>, TemporaryDirectoryConfigurable<TaskFactoryLinksTF>, GeneratorTaskConfigurable<TaskFactoryLinksTF>, GeneratorTaskFactory<TaskFactoryLinksTF,TaskFactoryLinksTask>, ProcessTaskConfigurable<TaskFactoryLinksTF>, ProcessTaskFactory<TaskFactoryLinksTF,TaskFactoryLinksTask>, TaskFactory<TaskFactoryLinksTF,TaskFactoryLinksTask>, TaskRunnable, CharacterFileConfigurable<TaskFactoryLinksTF>, TextInsertionTaskConfigurable<TaskFactoryLinksTF>
public final class TaskFactoryLinksTF
- extends AbstractLinkInsertionTaskFactory<TaskFactoryLinksTF,TaskFactoryLinksTask>
- Since:
- 0.8
- Author:
- Karl Gustafsson
- Task_package:
- org.schmant.task.taskpackage
Method Summary |
protected TaskFactoryLinksTask |
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.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
TaskFactoryLinksTF
public TaskFactoryLinksTF()
createSpecification
protected TaskFactoryLinksTask 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<TaskFactoryLinksTF,TaskFactoryLinksTask>