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