org.schmant.task.text
Class TextPrependTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<T,U>
org.schmant.task.text.AbstractAddTextTaskFactory<TextPrependTF,TextPrependTask>
org.schmant.task.text.TextPrependTF
- All Implemented Interfaces:
- ActionTaskConfigurable<TextPrependTF>, ActionTaskFactory<TextPrependTF,TextPrependTask>, LoggingConfigurable<TextPrependTF>, OverwriteConfigurable<TextPrependTF>, SourceConfigurable<TextPrependTF>, TargetConfigurable<TextPrependTF>, GeneratorTaskConfigurable<TextPrependTF>, GeneratorTaskFactory<TextPrependTF,TextPrependTask>, ProcessTaskConfigurable<TextPrependTF>, ProcessTaskFactory<TextPrependTF,TextPrependTask>, TaskFactory<TextPrependTF,TextPrependTask>, TaskRunnable, CharacterFileConfigurable<TextPrependTF>
public final class TextPrependTF
- extends AbstractAddTextTaskFactory<TextPrependTF,TextPrependTask>
Factory for the TextPrependTask
.
See TextPrependTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
TextPrependTask
- Task_package:
- org.schmant.task.base
Method Summary |
protected TextPrependTask |
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 |
TextPrependTF
public TextPrependTF()
createSpecification
protected TextPrependTask 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<TextPrependTF,TextPrependTask>