|
|||||||||
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.Compile
org.gradle.api.tasks.compile.GroovyCompile
public class GroovyCompile
Field Summary |
---|
Fields inherited from class org.gradle.api.tasks.compile.Compile |
---|
antCompile |
Fields inherited from interface org.gradle.api.Task |
---|
AUTOSKIP_PROPERTY_PREFIX, TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_NAME, TASK_OVERWRITE, TASK_TYPE |
Constructor Summary | |
---|---|
GroovyCompile()
|
Method Summary | |
---|---|
protected void |
compile()
|
org.gradle.api.tasks.compile.AntGroovyc |
getAntGroovyCompile()
|
FileCollection |
getGroovyClasspath()
|
org.gradle.api.tasks.compile.GroovyCompileOptions |
getGroovyOptions()
Gets the options for the groovyc compilation. |
void |
setAntGroovyCompile(org.gradle.api.tasks.compile.AntGroovyc antGroovyCompile)
|
void |
setGroovyClasspath(FileCollection groovyClasspath)
|
void |
setGroovyOptions(org.gradle.api.tasks.compile.GroovyCompileOptions groovyOptions)
Sets the options for the groovyc compilation. |
Methods inherited from class org.gradle.api.tasks.compile.Compile |
---|
getClasspath, getDependencyCacheDir, getDestinationDir, getOptions, getSourceCompatibility, getTargetCompatibility, setAntCompile, setClasspath, setDependencyCacheDir, setDestinationDir, setOptions, setSourceCompatibility, setTargetCompatibility |
Methods inherited from class org.gradle.api.tasks.SourceTask |
---|
exclude, exclude, getDefaultSource, getExcludes, getIncludes, getSource, 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.DefaultTask |
---|
configure, doFirst, doLast, leftShift |
Methods inherited from class org.gradle.api.internal.AbstractTask |
---|
captureStandardOutput, compareTo, defineProperty, deleteAllActions, dependsOn, dependsOnTaskDidWork, disableStandardOutputCapture, doFirst, doLast, equals, execute, getActions, getAdditionalProperties, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getDynamicObjectHelper, getEnabled, getExecuted, getLogger, getName, getOutput, getPath, getProject, getStandardOutputCapture, getTaskDependencies, hashCode, hasProperty, injectIntoNextInstance, isDidWork, isEnabled, isExecuted, onlyIf, onlyIf, property, setActions, setAdditionalProperties, setConvention, setDependsOn, setDescription, setDidWork, setEnabled, setExecuted, setName, setOutputHandler, setProject, setProperty, setStandardOutputCapture, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface groovy.lang.GroovyObject |
---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Constructor Detail |
---|
public GroovyCompile()
Method Detail |
---|
protected void compile()
compile
in class Compile
public org.gradle.api.tasks.compile.GroovyCompileOptions getGroovyOptions()
Compile.getOptions()
.
public void setGroovyOptions(org.gradle.api.tasks.compile.GroovyCompileOptions groovyOptions)
Compile.getOptions()
. Usually you don't set the options, but you modify the existing instance
provided by getGroovyOptions()
groovyOptions
- public FileCollection getGroovyClasspath()
public void setGroovyClasspath(FileCollection groovyClasspath)
public org.gradle.api.tasks.compile.AntGroovyc getAntGroovyCompile()
public void setAntGroovyCompile(org.gradle.api.tasks.compile.AntGroovyc antGroovyCompile)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |