org.gradle.groovy.scripts
Class ScriptWithSource

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Script
          extended by org.gradle.groovy.scripts.ScriptWithSource
All Implemented Interfaces:
groovy.lang.GroovyObject

public abstract class ScriptWithSource
extends groovy.lang.Script


Constructor Summary
ScriptWithSource()
           
 
Method Summary
 ScriptSource getScriptSource()
           
 void setScriptSource(ScriptSource source)
           
 
Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, getProperty, invokeMethod, print, println, println, run, run, setBinding, setProperty
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptWithSource

public ScriptWithSource()
Method Detail

getScriptSource

public ScriptSource getScriptSource()

setScriptSource

public void setScriptSource(ScriptSource source)