public abstract class ProcessAndroidResources
extends com.android.build.gradle.internal.tasks.IncrementalTask
| Modifier and Type | Field and Description |
|---|---|
protected org.gradle.api.file.FileCollection |
manifestFiles |
protected com.android.build.gradle.internal.scope.OutputScope |
outputScope |
| Constructor and Description |
|---|
ProcessAndroidResources() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getManifestFile() |
org.gradle.api.file.FileCollection |
getManifestFiles() |
abstract java.io.File |
getSourceOutputDir() |
protected void |
setManifestFiles(org.gradle.api.file.FileCollection manifestFiles) |
doFullTaskAction, doIncrementalTaskAction, getIncrementalFolder, isIncremental, setIncrementalFoldergetBuilder, getBuildTools, getILogger, setAndroidBuildergetVariantName, setVariantNamenewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, 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, 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, toStringprotected com.android.build.gradle.internal.scope.OutputScope outputScope
protected org.gradle.api.file.FileCollection manifestFiles
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getManifestFiles()
protected void setManifestFiles(org.gradle.api.file.FileCollection manifestFiles)
public abstract java.io.File getSourceOutputDir()
public java.io.File getManifestFile()