public static class LintBaseTask.VariantInputs
extends java.lang.Object
| Constructor and Description |
|---|
VariantInputs(com.android.build.gradle.internal.scope.VariantScope variantScope) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getAllInputs() |
java.io.File |
getManifestMergeReport() |
java.io.File |
getMergedManifest()
the merged manifest of the current module
|
java.lang.String |
getName() |
java.util.List<java.io.File> |
getRuleJars()
the lint rule jars
|
public VariantInputs(@NonNull
com.android.build.gradle.internal.scope.VariantScope variantScope)
@NonNull public java.lang.String getName()
@NonNull public org.gradle.api.file.FileCollection getAllInputs()
@NonNull public java.util.List<java.io.File> getRuleJars()
@NonNull public java.io.File getMergedManifest()
@Nullable public java.io.File getManifestMergeReport()