|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.ConventionTask
org.gradle.api.tasks.SourceTask
org.gradle.api.tasks.compile.Compile
org.gradle.api.tasks.compile.GroovyCompile
class GroovyCompile extends Compile
Field Summary |
---|
Fields inherited from class Compile | |
---|---|
antCompile |
Constructor Summary | |
GroovyCompile()
|
Method Summary | |
---|---|
protected void
|
compile()
|
AntGroovyc
|
getAntGroovyCompile()
|
FileCollection
|
getGroovyClasspath()
|
GroovyCompileOptions
|
getGroovyOptions()
Gets the options for the groovyc compilation. |
void
|
setAntGroovyCompile(AntGroovyc antGroovyCompile)
|
void
|
setGroovyClasspath(FileCollection groovyClasspath)
|
void
|
setGroovyOptions(GroovyCompileOptions groovyOptions)
Sets the options for the groovyc compilation. |
Methods inherited from class SourceTask | |
---|---|
exclude, exclude, getDefaultSource, getExcludes, getIncludes, getSource, include, include, setExcludes, setIncludes, setSource, source |
Constructor Detail |
---|
GroovyCompile()
Method Detail |
---|
protected void compile()
public AntGroovyc getAntGroovyCompile()
@InputFiles public FileCollection getGroovyClasspath()
public GroovyCompileOptions getGroovyOptions()
public void setAntGroovyCompile(AntGroovyc antGroovyCompile)
public void setGroovyClasspath(FileCollection groovyClasspath)
public void setGroovyOptions(GroovyCompileOptions groovyOptions)
Groovy Documentation