|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface ScriptSource
The source for the text of a script.
| Method Summary | |
|---|---|
java.lang.String
|
getClassName()
Returns the name to use for the compiled class for this script. |
java.lang.String
|
getDisplayName()
Returns the description for this script. |
File
|
getSourceFile()
Returns the source file for this script, if any. |
java.lang.String
|
getText()
Returns the text of this script. |
| Method Detail |
|---|
public java.lang.String getClassName()
public java.lang.String getDisplayName()
public File getSourceFile()
public java.lang.String getText()
Groovy Documentation