public class DelegatingScriptSource extends Object implements ScriptSource
| Constructor and Description |
|---|
DelegatingScriptSource(ScriptSource source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the name to use for the compiled class for this script.
|
String |
getDisplayName()
Returns the description for this script.
|
String |
getFileName()
Returns the file name that is inserted into the class during compilation.
|
Resource |
getResource()
Returns the source for this script.
|
ScriptSource |
getSource() |
public DelegatingScriptSource(ScriptSource source)
public ScriptSource getSource()
public String getClassName()
ScriptSourcegetClassName in interface ScriptSourcepublic String getDisplayName()
ScriptSourcegetDisplayName in interface ScriptSourcepublic String getFileName()
ScriptSourcegetFileName in interface ScriptSourcepublic Resource getResource()
ScriptSourcegetResource in interface ScriptSourceCopyright © 2013. All rights reserved