public class DowngradeSourceSetTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
DowngradeSourceSetTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCopyRuntimeClasses() |
org.gradle.api.tasks.SourceSet |
getSourceSet() |
int |
getTargetVersion() |
void |
run() |
void |
setCopyRuntimeClasses(boolean copyRuntimeClasses) |
void |
setSourceSet(org.gradle.api.tasks.SourceSet sourceSet) |
void |
setTargetVersion(int targetVersion) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic void run()
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxExceptionpublic org.gradle.api.tasks.SourceSet getSourceSet()
public int getTargetVersion()
public boolean getCopyRuntimeClasses()
public void setSourceSet(org.gradle.api.tasks.SourceSet sourceSet)
public void setTargetVersion(int targetVersion)
public void setCopyRuntimeClasses(boolean copyRuntimeClasses)