public class VerifyLibraryResourcesTask
extends com.android.build.gradle.internal.tasks.IncrementalTask
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifyLibraryResourcesTask.ConfigAction |
| Modifier and Type | Field and Description |
|---|---|
protected static org.gradle.api.logging.Logger |
LOG |
| Constructor and Description |
|---|
VerifyLibraryResourcesTask() |
| 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) |
java.lang.String |
getAaptGeneration() |
java.io.File |
getCompiledDirectory() |
org.gradle.api.file.FileCollection |
getInputDirectory() |
org.gradle.api.file.FileCollection |
getManifestFiles() |
java.io.File |
getMergeBlameLogFolder() |
com.android.build.gradle.internal.scope.TaskOutputHolder.TaskOutputType |
getTaskInputType() |
protected boolean |
isIncremental() |
getIncrementalFolder, setIncrementalFoldergetBuilder, getBuildTools, getILogger, setAndroidBuildergetVariantName, setVariantNameaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, 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, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringprotected boolean isIncremental()
isIncremental in class com.android.build.gradle.internal.tasks.IncrementalTaskprotected final void doFullTaskAction()
throws java.lang.Exception
doFullTaskAction in class com.android.build.gradle.internal.tasks.IncrementalTaskjava.lang.Exceptionprotected final void doIncrementalTaskAction(@NonNull
java.util.Map<java.io.File,com.android.ide.common.res2.FileStatus> changedInputs)
throws java.lang.Exception
doIncrementalTaskAction in class com.android.build.gradle.internal.tasks.IncrementalTaskjava.lang.Exception@Input public java.lang.String getAaptGeneration()
@NonNull @InputFiles public org.gradle.api.file.FileCollection getManifestFiles()
@NonNull @Input public com.android.build.gradle.internal.scope.TaskOutputHolder.TaskOutputType getTaskInputType()
@NonNull @InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getInputDirectory()
@NonNull @OutputDirectory public java.io.File getCompiledDirectory()
@Input public java.io.File getMergeBlameLogFolder()