public abstract class ProcessAndroidResources
extends com.android.build.gradle.internal.tasks.IncrementalTask
| Modifier and Type | Field and Description |
|---|---|
protected com.android.build.api.artifact.BuildableArtifact |
manifestFiles |
protected com.android.build.gradle.internal.scope.OutputScope |
outputScope |
| Constructor and Description |
|---|
ProcessAndroidResources() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
generatesProguardOutputFile(com.android.build.gradle.internal.scope.VariantScope variantScope) |
java.io.File |
getManifestFile() |
com.android.build.api.artifact.BuildableArtifact |
getManifestFiles() |
abstract java.io.File |
getSourceOutputDir() |
protected void |
setManifestFiles(com.android.build.api.artifact.BuildableArtifact 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, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, 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 com.android.build.api.artifact.BuildableArtifact manifestFiles
@InputFiles @PathSensitive(value=RELATIVE) public com.android.build.api.artifact.BuildableArtifact getManifestFiles()
protected void setManifestFiles(com.android.build.api.artifact.BuildableArtifact manifestFiles)
public abstract java.io.File getSourceOutputDir()
public java.io.File getManifestFile()
protected static boolean generatesProguardOutputFile(com.android.build.gradle.internal.scope.VariantScope variantScope)