Groovy Documentation

org.gradle.groovy.scripts
Class ImportsScriptSource

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

class ImportsScriptSource
extends java.lang.Object

Constructor Summary
ImportsScriptSource(ScriptSource source, ImportsReader importsReader, File rootDir)

 
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

ImportsScriptSource

public ImportsScriptSource(ScriptSource source, ImportsReader importsReader, File rootDir)


 
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