public static class VerifyLibraryResourcesTask.ConfigAction extends java.lang.Object implements com.android.build.gradle.internal.scope.TaskConfigAction<VerifyLibraryResourcesTask>
| Modifier and Type | Field and Description |
|---|---|
protected com.android.build.gradle.internal.scope.VariantScope |
scope |
| Constructor and Description |
|---|
ConfigAction(com.android.build.gradle.internal.scope.VariantScope scope,
com.android.build.gradle.internal.TaskManager.MergeType sourceArtifactType) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(VerifyLibraryResourcesTask verifyLibraryResources)
Configure the given newly-created task object.
|
java.lang.String |
getName()
Return the name of the task to be configured.
|
java.lang.Class<VerifyLibraryResourcesTask> |
getType()
Return the class type of the task to be configured.
|
public ConfigAction(@NonNull
com.android.build.gradle.internal.scope.VariantScope scope,
@NonNull
com.android.build.gradle.internal.TaskManager.MergeType sourceArtifactType)
@NonNull public java.lang.String getName()
getName in interface com.android.build.gradle.internal.scope.TaskConfigAction<VerifyLibraryResourcesTask>@NonNull public java.lang.Class<VerifyLibraryResourcesTask> getType()
getType in interface com.android.build.gradle.internal.scope.TaskConfigAction<VerifyLibraryResourcesTask>public void execute(@NonNull
VerifyLibraryResourcesTask verifyLibraryResources)
execute in interface com.android.build.gradle.internal.scope.TaskConfigAction<VerifyLibraryResourcesTask>execute in interface org.gradle.api.Action<VerifyLibraryResourcesTask>