Groovy Documentation

org.gololang.gradle
[Groovy] Class GoloCompile

java.lang.Object
  org.gradle.api.tasks.compile.AbstractCompile
      org.gololang.gradle.GoloCompile

class GoloCompile
extends AbstractCompile

Authors:
Marcin Erdmann


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

COMPILATION_EXCEPTION_CLASS_NAME

protected static final java.lang.String COMPILATION_EXCEPTION_CLASS_NAME


GOLO_CLASSPATH_FIELD

public static final java.lang.String GOLO_CLASSPATH_FIELD


 
Property Detail

goloClasspath

FileCollection goloClasspath


 
Method Detail

compile

protected void compile()


ensureGoloConfigurationSpecified

protected void ensureGoloConfigurationSpecified()


instantiateCompiler

protected java.lang.Object instantiateCompiler()


loadGoloCompilerClass

protected java.lang.Class loadGoloCompilerClass()


 

Groovy Documentation