org.schmant.task.text
Class IncludeFilesTF
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<IncludeFilesTF,IncludeFilesTask>
org.schmant.task.text.IncludeFilesTF
- All Implemented Interfaces:
- ActionTaskConfigurable<IncludeFilesTF>, ActionTaskFactory<IncludeFilesTF,IncludeFilesTask>, LoggingConfigurable<IncludeFilesTF>, OverwriteConfigurable<IncludeFilesTF>, SourceConfigurable<IncludeFilesTF>, TargetConfigurable<IncludeFilesTF>, TemporaryDirectoryConfigurable<IncludeFilesTF>, GeneratorTaskConfigurable<IncludeFilesTF>, GeneratorTaskFactory<IncludeFilesTF,IncludeFilesTask>, ProcessTaskConfigurable<IncludeFilesTF>, ProcessTaskFactory<IncludeFilesTF,IncludeFilesTask>, TaskFactory<IncludeFilesTF,IncludeFilesTask>, TaskRunnable, CharacterFileConfigurable<IncludeFilesTF>, TextInsertionTaskConfigurable<IncludeFilesTF>
public final class IncludeFilesTF
- extends AbstractTextInsertionTaskFactory<IncludeFilesTF,IncludeFilesTask>
- Since:
- 0.8
- Author:
- Karl Gustafsson
- Task_package:
- org.schmant.task.taskpackage
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
IncludeFilesTF
public IncludeFilesTF()
setProjectFilesRoot
public IncludeFilesTF setProjectFilesRoot(Object o)
setProjectFilesRoots
public IncludeFilesTF setProjectFilesRoots(Object o)
addProjectFilesRoot
public IncludeFilesTF addProjectFilesRoot(Object o)
addProjectFilesRoots
public IncludeFilesTF addProjectFilesRoots(Object o)
clearProjectFilesRoots
public IncludeFilesTF clearProjectFilesRoots()
addVariable
public IncludeFilesTF addVariable(String name,
String value)
addVariables
public IncludeFilesTF addVariables(Map<String,String> variables)
setIgnoreMissingVariables
public IncludeFilesTF setIgnoreMissingVariables(boolean b)
setEscapeXmlCharacters
public IncludeFilesTF setEscapeXmlCharacters(boolean b)
addReplace
public IncludeFilesTF addReplace(String text,
String replace)
addReplaces
public IncludeFilesTF addReplaces(Object o)
clearReplaces
public IncludeFilesTF clearReplaces()
createSpecification
protected IncludeFilesTask 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<IncludeFilesTF,IncludeFilesTask>