|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.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()
| Method Detail |
|---|
public ScriptSource getScriptSource()
public void setScriptSource(ScriptSource source)
Groovy Documentation