|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.internal.ConventionTask
org.gradle.api.tasks.SourceTask
org.gradle.api.tasks.compile.AbstractCompile
org.gradle.api.tasks.compile.Compile
JavaCompile.
@Deprecated public class Compile
Compiles Java source files.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.gradle.api.Task |
|---|
Task.Namer |
| Field Summary |
|---|
| Fields inherited from interface org.gradle.api.Task |
|---|
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE |
| Constructor Summary | |
|---|---|
Compile()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
compile()
Deprecated. |
File |
getDependencyCacheDir()
Deprecated. |
org.gradle.api.internal.tasks.compile.Compiler<org.gradle.api.internal.tasks.compile.JavaCompileSpec> |
getJavaCompiler()
Deprecated. |
CompileOptions |
getOptions()
Deprecated. Returns the compilation options. |
void |
setDependencyCacheDir(File dependencyCacheDir)
Deprecated. |
void |
setJavaCompiler(org.gradle.api.internal.tasks.compile.Compiler<org.gradle.api.internal.tasks.compile.JavaCompileSpec> javaCompiler)
Deprecated. |
| Methods inherited from class org.gradle.api.tasks.compile.AbstractCompile |
|---|
getClasspath, getDestinationDir, getSourceCompatibility, getTargetCompatibility, setClasspath, setDestinationDir, setSourceCompatibility, setTargetCompatibility |
| Methods inherited from class org.gradle.api.tasks.SourceTask |
|---|
exclude, exclude, exclude, exclude, getDefaultSource, getExcludes, getIncludes, getSource, include, include, include, include, setExcludes, setIncludes, setSource, source |
| Methods inherited from class org.gradle.api.internal.ConventionTask |
|---|
conventionMapping, conventionMapping, getConventionMapping |
| Methods inherited from class org.gradle.api.internal.AbstractTask |
|---|
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getGroup, getInputs, getLogger, getLogging, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getStandardOutputCapture, getState, getStateInternal, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setGroup, setName, setOnlyIf, setOnlyIf, setProject, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Compile()
| Method Detail |
|---|
protected void compile()
compile in class AbstractCompile@OutputDirectory public File getDependencyCacheDir()
public void setDependencyCacheDir(File dependencyCacheDir)
public CompileOptions getOptions()
public org.gradle.api.internal.tasks.compile.Compiler<org.gradle.api.internal.tasks.compile.JavaCompileSpec> getJavaCompiler()
public void setJavaCompiler(org.gradle.api.internal.tasks.compile.Compiler<org.gradle.api.internal.tasks.compile.JavaCompileSpec> javaCompiler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||