@CacheableTask
public class AndroidJavaCompile
extends org.gradle.api.tasks.compile.JavaCompile
| Constructor and Description |
|---|
AndroidJavaCompile() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compile(org.gradle.api.tasks.incremental.IncrementalTaskInputs inputs) |
java.io.File |
getAnnotationProcessorOutputFolder() |
org.gradle.api.file.FileCollection |
getDataBindingDependencyArtifacts() |
org.gradle.api.file.FileCollection |
getProcessorListFile() |
compile, getCacheRepository, getCachingFileHasher, getClasspath, getEffectiveAnnotationProcessorPath, getFileOperations, getGeneralCompileCaches, getJavaToolChainFactory, getOptions, getPlatform, getSource, getToolChain, setToolChaingetDestinationDir, getSourceCompatibility, getTargetCompatibility, setClasspath, setDestinationDir, setDestinationDir, setSourceCompatibility, setTargetCompatibilityexclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSetFactory, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingaddValidator, 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@PathSensitive(value=NONE) @InputFiles public org.gradle.api.file.FileCollection getProcessorListFile()
@OutputDirectory public java.io.File getAnnotationProcessorOutputFolder()
@PathSensitive(value=RELATIVE) @InputFiles @Optional public org.gradle.api.file.FileCollection getDataBindingDependencyArtifacts()
protected void compile(org.gradle.api.tasks.incremental.IncrementalTaskInputs inputs)
compile in class org.gradle.api.tasks.compile.JavaCompile