@CacheableTask
public class XSLTTransformTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
XSLTTransformTask(org.gradle.workers.WorkerExecutor workerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getDependencies() |
java.lang.String |
getDescription() |
java.io.File |
getOutputFile() |
org.gradle.api.file.RegularFileProperty |
getOutputFileProperty() |
com.github.ramonwirsch.fopRenderer.RenderConfigExtension |
getRenderConfig() |
java.io.File |
getRootSrc() |
java.io.File |
getStylesheet() |
void |
setOutputFile(java.io.File outputFile) |
void |
setRenderConfig(com.github.ramonwirsch.fopRenderer.RenderConfigExtension renderConfig) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Inject public XSLTTransformTask(org.gradle.workers.WorkerExecutor workerExecutor)
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getDependencies()
@Internal public java.io.File getOutputFile()
public void setOutputFile(java.io.File outputFile)
@OutputFile public org.gradle.api.file.RegularFileProperty getOutputFileProperty()
@InputFile @PathSensitive(value=NONE) public java.io.File getStylesheet()
@InputFile @PathSensitive(value=RELATIVE) public java.io.File getRootSrc()
@Internal public java.lang.String getDescription()
getDescription in interface org.gradle.api.TaskgetDescription in class org.gradle.api.internal.AbstractTask@Internal public com.github.ramonwirsch.fopRenderer.RenderConfigExtension getRenderConfig()
public void setRenderConfig(com.github.ramonwirsch.fopRenderer.RenderConfigExtension renderConfig)