public class SaxonTransformationSet extends TransformationSet
fProject| Constructor and Description |
|---|
SaxonTransformationSet(org.gradle.api.Project pProject)
Create a new
SaxonTransformationSet. |
| Modifier and Type | Method and Description |
|---|---|
protected Transformer |
createTransformer(java.lang.ClassLoader pClassLoader)
Create the
Transformer instance associated with this transformer set. |
configure, dynamicOutputDirectory, getConfigurationFile, getDynamicOutputDirectories, getMappedOutputFiles, getOutputDir, getOutputFile, getParameters, getSourceFiles, getTemplateFiles, outputMapping, parameter, parameters, setConfigurationFile, setOutputDir, setOutputFile, source, sources, sources, template, templates, templates, transformpublic SaxonTransformationSet(org.gradle.api.Project pProject)
SaxonTransformationSet.pProject - The project to resolve file paths with.java.lang.NullPointerException - if pProject is null.protected Transformer createTransformer(java.lang.ClassLoader pClassLoader) throws java.lang.ReflectiveOperationException
TransformationSetTransformer instance associated with this transformer set.createTransformer in class TransformationSetpClassLoader - The class loader with which to load the Transformer
implementation class.Transformer instance, never null.java.lang.ReflectiveOperationException - if the Transformer implementation class isn't
available or cannot be instantiated.