public class UriScriptSource extends Object implements ScriptSource
ScriptSource which loads the script from a URI.| Constructor and Description |
|---|
UriScriptSource(String description,
File sourceFile) |
UriScriptSource(String description,
URI sourceUri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the class name for use for this script source.
|
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.
|
public String getClassName()
getClassName in interface ScriptSourcepublic Resource getResource()
ScriptSourcegetResource in interface ScriptSourcepublic String getFileName()
ScriptSourcegetFileName in interface ScriptSourcepublic String getDisplayName()
ScriptSourcegetDisplayName in interface ScriptSourceCopyright © 2013. All rights reserved