|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.groovy.scripts.ImportsScriptSource
public class ImportsScriptSource
| Constructor Summary | |
|---|---|
ImportsScriptSource(ScriptSource source,
org.gradle.api.internal.project.ImportsReader importsReader,
java.io.File rootDir)
|
|
| 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 ImportsScriptSource(ScriptSource source,
org.gradle.api.internal.project.ImportsReader importsReader,
java.io.File rootDir)
| 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 | ||||||||