public class TransformationTask
extends org.gradle.api.tasks.AbstractCopyTask
| Constructor and Description |
|---|
TransformationTask() |
| Modifier and Type | Method and Description |
|---|---|
protected org.gradle.api.internal.file.copy.CopyAction |
createCopyAction() |
org.gradle.api.file.FileCollection |
getClasspath() |
java.io.File |
getDestinationDir() |
javassist.build.IClassTransformer |
getTransformation() |
void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
void |
setDestinationDir(java.io.File destinationDir) |
void |
setTransformation(javassist.build.IClassTransformer transformation) |
javassist.build.IClassTransformer |
transform(groovy.lang.Closure closure) |
javassist.build.IClassTransformer |
where(groovy.lang.Closure closure) |
configureRootSpec, copy, createRootSpec, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesNotMatching, filter, filter, filter, from, from, getDefaultSource, getDirMode, getDuplicatesStrategy, getExcludes, getFileMode, getIncludeEmptyDirs, getIncludes, getMainSpec, getRootSpec, getSource, include, include, include, include, into, into, isCaseSensitive, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setIncludeEmptyDirs, setIncludes, withconventionMapping, conventionMapping, getConventionMappingaddValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getStateInternal, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString@OutputDirectory public java.io.File getDestinationDir()
public void setDestinationDir(java.io.File destinationDir)
public javassist.build.IClassTransformer getTransformation()
public void setTransformation(javassist.build.IClassTransformer transformation)
@InputFiles public org.gradle.api.file.FileCollection getClasspath()
public void setClasspath(org.gradle.api.file.FileCollection classpath)
public javassist.build.IClassTransformer transform(groovy.lang.Closure closure)
public javassist.build.IClassTransformer where(groovy.lang.Closure closure)
protected org.gradle.api.internal.file.copy.CopyAction createCopyAction()
createCopyAction in class org.gradle.api.tasks.AbstractCopyTask