public abstract class LintBaseTask
extends com.android.build.gradle.internal.tasks.AndroidBuilderTask
| Modifier and Type | Class and Description |
|---|---|
static class |
LintBaseTask.BaseConfigAction<T extends LintBaseTask> |
protected class |
LintBaseTask.LintBaseTaskDescriptor |
static class |
LintBaseTask.VariantInputs |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINT_CLASS_PATH |
protected com.android.build.gradle.internal.dsl.LintOptions |
lintOptions |
protected static org.gradle.api.logging.Logger |
LOG |
protected java.io.File |
reportsDir |
protected java.io.File |
sdkHome |
protected org.gradle.tooling.provider.model.ToolingModelBuilderRegistry |
toolingRegistry |
| Constructor and Description |
|---|
LintBaseTask() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getLintClassPath()
Lint classpath
|
com.android.build.gradle.internal.dsl.LintOptions |
getLintOptions() |
protected static com.android.builder.utils.FileCache |
getUserIntermediatesCache(com.android.build.gradle.internal.scope.GlobalScope globalScope) |
protected void |
runLint(LintBaseTask.LintBaseTaskDescriptor descriptor) |
getBuilder, getBuildTools, getILogger, setAndroidBuildergetVariantName, setVariantNameaddValidator, 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, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputDirectory, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic static final java.lang.String LINT_CLASS_PATH
protected static final org.gradle.api.logging.Logger LOG
@Nullable protected com.android.build.gradle.internal.dsl.LintOptions lintOptions
@Nullable protected java.io.File sdkHome
protected org.gradle.tooling.provider.model.ToolingModelBuilderRegistry toolingRegistry
@Nullable protected java.io.File reportsDir
@InputFiles @Nullable public org.gradle.api.file.FileCollection getLintClassPath()
@Nullable public com.android.build.gradle.internal.dsl.LintOptions getLintOptions()
protected void runLint(LintBaseTask.LintBaseTaskDescriptor descriptor)
@Nullable protected static com.android.builder.utils.FileCache getUserIntermediatesCache(com.android.build.gradle.internal.scope.GlobalScope globalScope)