Groovy Documentation

org.gradle.api.internal.project
Class ProjectScript

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Script
          org.gradle.groovy.scripts.ScriptWithSource
              org.gradle.api.internal.project.ProjectScript

class ProjectScript
extends ScriptWithSource

author:
Hans Dockter todo: We need our own base class as a workaround for http://jira.codehaus.org/browse/GROOVY-2635. When this bug is fixed we can use the metaclass. todo: We don't understand why adding propertyMissing and methodMissing to this class does not work.


Property Summary
static Logger logger

 
Constructor Summary
ProjectScript()

 
Method Summary
void setProperty(java.lang.String property, def newValue)

 
Methods inherited from class ScriptWithSource
getScriptSource, setScriptSource
 
Methods inherited from class groovy.lang.Script
invokeMethod, getBinding, setBinding, println, println, run, run, setProperty, getProperty, print, evaluate, evaluate, getMetaClass, setMetaClass, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass, invokeMethod, setProperty, getProperty, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Property Detail

logger

static Logger logger


 
Constructor Detail

ProjectScript

ProjectScript()


 
Method Detail

setProperty

void setProperty(java.lang.String property, def newValue)


 

Groovy Documentation