public interface ScriptSource extends Serializable
| 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.
|
String getClassName()
Resource getResource()
String getFileName()
String getDisplayName()
Copyright © 2013. All rights reserved