@CacheableTask
public class MergeSourceSetFolders
extends com.android.build.gradle.internal.tasks.IncrementalTask
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MergeSourceSetFolders.ConfigAction |
static class |
MergeSourceSetFolders.MergeAssetConfigAction |
static class |
MergeSourceSetFolders.MergeJniLibFoldersConfigAction |
static class |
MergeSourceSetFolders.MergeShaderSourceFoldersConfigAction |
| Constructor and Description |
|---|
MergeSourceSetFolders() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFullTaskAction() |
protected void |
doIncrementalTaskAction(java.util.Map<java.io.File,com.android.ide.common.res2.FileStatus> changedInputs) |
org.gradle.api.file.FileCollection |
getCopyApk() |
java.lang.String |
getIgnoreAssets() |
org.gradle.api.file.FileCollection |
getLibraries() |
java.io.File |
getOutputDir() |
org.gradle.api.file.FileCollection |
getShadersOutputDir() |
java.util.Set<java.io.File> |
getSourceFolderInputs() |
protected boolean |
isIncremental() |
void |
setLibraries(org.gradle.api.artifacts.ArtifactCollection libraries) |
void |
setOutputDir(java.io.File outputDir) |
getIncrementalFolder, setIncrementalFoldergetBuilder, getBuildTools, getILogger, setAndroidBuildergetVariantName, setVariantNameaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, 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@OutputDirectory public java.io.File getOutputDir()
public void setOutputDir(java.io.File outputDir)
@Internal protected boolean isIncremental()
isIncremental in class com.android.build.gradle.internal.tasks.IncrementalTaskprotected void doFullTaskAction()
throws java.io.IOException
doFullTaskAction in class com.android.build.gradle.internal.tasks.IncrementalTaskjava.io.IOExceptionprotected void doIncrementalTaskAction(java.util.Map<java.io.File,com.android.ide.common.res2.FileStatus> changedInputs)
throws java.io.IOException
doIncrementalTaskAction in class com.android.build.gradle.internal.tasks.IncrementalTaskjava.io.IOException@Optional @InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getLibraries()
public void setLibraries(@NonNull
org.gradle.api.artifacts.ArtifactCollection libraries)
@InputFiles @Optional @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getShadersOutputDir()
@InputFiles @Optional @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getCopyApk()
@Input @Optional public java.lang.String getIgnoreAssets()
@InputFiles @PathSensitive(value=RELATIVE) public java.util.Set<java.io.File> getSourceFolderInputs()