|
|||||||||
| 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.GroovyCompile
public class GroovyCompile
Compiles Groovy source files, and optionally, Java source files.
| 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 | |
|---|---|
GroovyCompile()
|
|
| Method Summary | |
|---|---|
protected void |
compile()
|
org.gradle.api.internal.tasks.compile.GroovyJavaJointCompiler |
getCompiler()
|
FileCollection |
getGroovyClasspath()
Returns the classpath containing the version of Groovy to use for compilation. |
org.gradle.api.tasks.compile.GroovyCompileOptions |
getGroovyOptions()
Gets the options for the Groovy compilation. |
org.gradle.api.tasks.compile.CompileOptions |
getOptions()
Returns the options for Java compilation. |
void |
setCompiler(org.gradle.api.internal.tasks.compile.GroovyJavaJointCompiler compiler)
|
void |
setGroovyClasspath(FileCollection groovyClasspath)
Sets the classpath containing the version of Groovy to use for compilation. |
| 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, getConventionMapping, setConventionMapping |
| Methods inherited from class org.gradle.api.internal.AbstractTask |
|---|
addValidator, captureStandardOutput, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, disableStandardOutputCapture, doFirst, doFirst, doLast, doLast, execute, getActions, getAdditionalProperties, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getDynamicObjectHelper, getEnabled, getExecuter, getGroup, getInputs, getLogger, getLogging, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getStandardOutputCapture, getState, getTaskDependencies, getTemporaryDir, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, onlyIf, onlyIf, property, setActions, setConvention, 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 GroovyCompile()
| Method Detail |
|---|
protected void compile()
compile in class AbstractCompilepublic org.gradle.api.tasks.compile.GroovyCompileOptions getGroovyOptions()
getOptions().
public org.gradle.api.tasks.compile.CompileOptions getOptions()
public FileCollection getGroovyClasspath()
public void setGroovyClasspath(FileCollection groovyClasspath)
groovyClasspath - The classpath. Must not be null.public org.gradle.api.internal.tasks.compile.GroovyJavaJointCompiler getCompiler()
public void setCompiler(org.gradle.api.internal.tasks.compile.GroovyJavaJointCompiler compiler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||