Groovy Documentation

org.gradle.groovy.scripts
Class StrictScriptSource

java.lang.Object
  org.gradle.groovy.scripts.StrictScriptSource
All Implemented Interfaces:
ScriptSource

class StrictScriptSource
extends java.lang.Object

Constructor Summary
StrictScriptSource(ScriptSource source)

 
Method Summary
java.lang.String getClassName()

java.lang.String getDisplayName()

ScriptSource getSource()

File getSourceFile()

java.lang.String getText()

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

StrictScriptSource

public StrictScriptSource(ScriptSource source)


 
Method Detail

getClassName

public java.lang.String getClassName()


getDisplayName

public java.lang.String getDisplayName()


getSource

public ScriptSource getSource()


getSourceFile

public File getSourceFile()


getText

public java.lang.String getText()


 

Groovy Documentation