org.schmant.task.xml.catalog
Class AddSystemIdToCatalogTF

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.xml.catalog.AbstractXmlCatalogActionTaskFactory<AddSystemIdToCatalogTF,AddSystemIdToCatalogTask>
              extended by org.schmant.task.xml.catalog.AddSystemIdToCatalogTF
All Implemented Interfaces:
ActionTaskConfigurable<AddSystemIdToCatalogTF>, ActionTaskFactory<AddSystemIdToCatalogTF,AddSystemIdToCatalogTask>, LoggingConfigurable<AddSystemIdToCatalogTF>, SourceConfigurable<AddSystemIdToCatalogTF>, TaskFactory<AddSystemIdToCatalogTF,AddSystemIdToCatalogTask>, TaskRunnable, XmlCatalogConfigurable<AddSystemIdToCatalogTF>

public final class AddSystemIdToCatalogTF
extends AbstractXmlCatalogActionTaskFactory<AddSystemIdToCatalogTF,AddSystemIdToCatalogTask>

Add SYSTEMID to XML catalog task factory.

See AddSystemIdToCatalogTF

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

Constructor Summary
AddSystemIdToCatalogTF()
           
 
Method Summary
protected  AddSystemIdToCatalogTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 AddSystemIdToCatalogTF setLocationPrefix(String s)
           
 
Methods inherited from class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTaskFactory
setXmlCatalog
 
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
 

Constructor Detail

AddSystemIdToCatalogTF

public AddSystemIdToCatalogTF()
Method Detail

setLocationPrefix

public AddSystemIdToCatalogTF setLocationPrefix(String s)

createSpecification

protected AddSystemIdToCatalogTask 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<AddSystemIdToCatalogTF,AddSystemIdToCatalogTask>