org.schmant.task.text.apilinks
Class ApiLinksTF

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<U,T>
              extended by org.schmant.task.template.text.AbstractTextInsertionTaskFactory<ApiLinksTF,ApiLinksTask>
                  extended by org.schmant.task.text.apilinks.ApiLinksTF
All Implemented Interfaces:
ActionTaskConfigurable<ApiLinksTF>, ActionTaskFactory<ApiLinksTF,ApiLinksTask>, LoggingConfigurable<ApiLinksTF>, OverwriteConfigurable<ApiLinksTF>, SourceConfigurable<ApiLinksTF>, TargetConfigurable<ApiLinksTF>, TemporaryDirectoryConfigurable<ApiLinksTF>, GeneratorTaskConfigurable<ApiLinksTF>, GeneratorTaskFactory<ApiLinksTF,ApiLinksTask>, ProcessTaskConfigurable<ApiLinksTF>, ProcessTaskFactory<ApiLinksTF,ApiLinksTask>, TaskFactory<ApiLinksTF,ApiLinksTask>, TaskRunnable, CharacterFileConfigurable<ApiLinksTF>, TextInsertionTaskConfigurable<ApiLinksTF>

public final class ApiLinksTF
extends AbstractTextInsertionTaskFactory<ApiLinksTF,ApiLinksTask>

See [tf:ApiLinksTF|

Since:
0.8
Author:
Karl Gustafsson
Task_package:
org.schmant.task.base

Field Summary
 
Fields inherited from interface org.schmant.task.confable.OverwriteConfigurable
DEFAULT_OVERWRITE_STRATEGY
 
Constructor Summary
ApiLinksTF()
           
 
Method Summary
 ApiLinksTF addApiLink(ApiLink l)
           
 ApiLinksTF addApiLinks(Object o)
           
 ApiLinksTF clearApiLinks()
           
protected  ApiLinksTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 ApiLinksTF setApiLink(ApiLink l)
           
 ApiLinksTF setLinkClass(String linkClass)
           
 
Methods inherited from class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
setBufferSize, setInputEncoding, setInputEncoding, setOutputEncoding, setOutputEncoding, setTempDirectory
 
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.confable.SourceConfigurable
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources
 
Methods inherited from interface org.schmant.task.confable.TargetConfigurable
setTarget
 
Methods inherited from interface org.schmant.task.confable.OverwriteConfigurable
setOverwrite, setOverwriteStrategy
 
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
 

Constructor Detail

ApiLinksTF

public ApiLinksTF()
Method Detail

setApiLink

public ApiLinksTF setApiLink(ApiLink l)

addApiLink

public ApiLinksTF addApiLink(ApiLink l)

addApiLinks

public ApiLinksTF addApiLinks(Object o)

clearApiLinks

public ApiLinksTF clearApiLinks()

setLinkClass

public ApiLinksTF setLinkClass(String linkClass)

createSpecification

protected ApiLinksTask 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<ApiLinksTF,ApiLinksTask>