org.schmant.task.xml.validation
Class SchemaFactoryTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.template.xml.AbstractParseXmlTaskFactory<SchemaFactoryTF,SchemaFactoryTask>
org.schmant.task.xml.validation.SchemaFactoryTF
- All Implemented Interfaces:
- ActionTaskConfigurable<SchemaFactoryTF>, ActionTaskFactory<SchemaFactoryTF,SchemaFactoryTask>, LoggingConfigurable<SchemaFactoryTF>, SourceConfigurable<SchemaFactoryTF>, TaskFactory<SchemaFactoryTF,SchemaFactoryTask>, TaskRunnable
public final class SchemaFactoryTF
- extends AbstractParseXmlTaskFactory<SchemaFactoryTF,SchemaFactoryTask>
Factory for the SchemaFactoryTask
.
See SchemaFactoryTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
SchemaFactoryTask
- Task_package:
- org.schmant.task.base
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
SchemaFactoryTF
public SchemaFactoryTF()
setSchemaLanguage
public SchemaFactoryTF setSchemaLanguage(String s)
setFactoryClassName
public SchemaFactoryTF setFactoryClassName(String s)
addXmlSource
public SchemaFactoryTF addXmlSource(Object o)
addXmlSources
public SchemaFactoryTF addXmlSources(Object o)
clearXmlSources
public SchemaFactoryTF clearXmlSources()
addProperty
public SchemaFactoryTF addProperty(String name,
Object value)
addProperties
public SchemaFactoryTF addProperties(Object o)
clearProperties
public SchemaFactoryTF clearProperties()
setResourceResolverDecorator
public SchemaFactoryTF setResourceResolverDecorator(LSResourceResolverDecorator<?> r)
setSystemId
public SchemaFactoryTF setSystemId(String s)
setPublicId
public SchemaFactoryTF setPublicId(String s)
createSpecification
protected SchemaFactoryTask 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<SchemaFactoryTF,SchemaFactoryTask>