Groovy Documentation

org.gradle.groovy.scripts
Class ScriptWithSource

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Script
          org.gradle.groovy.scripts.ScriptWithSource

class ScriptWithSource
extends groovy.lang.Script

Constructor Summary
ScriptWithSource()

 
Method Summary
ScriptSource getScriptSource()

void setScriptSource(ScriptSource source)

 
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
 

Constructor Detail

ScriptWithSource

ScriptWithSource()


 
Method Detail

getScriptSource

public ScriptSource getScriptSource()


setScriptSource

public void setScriptSource(ScriptSource source)


 

Groovy Documentation