|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.compile.AbstractCompile
org.gololang.gradle.GoloCompile
class GoloCompile extends AbstractCompile
| Field Summary | |
|---|---|
protected static java.lang.String |
COMPILATION_EXCEPTION_CLASS_NAME
|
static java.lang.String |
GOLO_CLASSPATH_FIELD
|
| Property Summary | |
|---|---|
FileCollection |
goloClasspath
|
| Method Summary | |
|---|---|
protected void
|
compile()
|
protected void
|
ensureGoloConfigurationSpecified()
|
protected java.lang.Object
|
instantiateCompiler()
|
protected java.lang.Class
|
loadGoloCompilerClass()
|
| Field Detail |
|---|
protected static final java.lang.String COMPILATION_EXCEPTION_CLASS_NAME
public static final java.lang.String GOLO_CLASSPATH_FIELD
| Property Detail |
|---|
FileCollection goloClasspath
| Method Detail |
|---|
protected void compile()
protected void ensureGoloConfigurationSpecified()
protected java.lang.Object instantiateCompiler()
protected java.lang.Class loadGoloCompilerClass()
Groovy Documentation