|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.groovy.scripts.StrictScriptSource
public class StrictScriptSource
| Constructor Summary | |
|---|---|
StrictScriptSource(ScriptSource source)
|
|
| 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. |
ScriptSource |
getSource()
|
java.io.File |
getSourceFile()
Returns the source file for this script, if any. |
java.lang.String |
getText()
Returns the text of this script. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrictScriptSource(ScriptSource source)
| Method Detail |
|---|
public ScriptSource getSource()
public java.lang.String getText()
ScriptSource
getText in interface ScriptSourcepublic java.lang.String getClassName()
ScriptSource
getClassName in interface ScriptSourcepublic java.io.File getSourceFile()
ScriptSource
getSourceFile in interface ScriptSourcepublic java.lang.String getDisplayName()
ScriptSource
getDisplayName in interface ScriptSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||