public class LintGlobalTask extends LintBaseTask
| Modifier and Type | Class and Description |
|---|---|
static class |
LintGlobalTask.GlobalConfigAction |
LintBaseTask.BaseConfigAction<T extends LintBaseTask>, LintBaseTask.VariantInputslintOptions, LOG, MODEL_LIBRARIES, reportsDir, sdkHome, toolingRegistry| Constructor and Description |
|---|
LintGlobalTask() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getAllInputs() |
void |
lint() |
void |
lintAllVariants(com.android.builder.model.AndroidProject modelProject)
Runs lint individually on all the variants, and then compares the results across variants and
reports these
|
abort, createAndroidProject, getLintOptions, getReportsDir, getSdkHome, getToolingRegistry, isFatalOnly, runLint, setFatalOnly, syncOptionsgetBuilder, 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, toString@InputFiles @Optional public org.gradle.api.file.FileCollection getAllInputs()
public void lint()
throws java.io.IOException
java.io.IOExceptionpublic void lintAllVariants(@NonNull
com.android.builder.model.AndroidProject modelProject)
throws java.io.IOException
java.io.IOException