|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptProcessor
Compiles a script into an executable Script
object.
Method Summary | ||
---|---|---|
|
process(java.lang.Class<T> scriptType)
Compiles the script into a Script object of the given type. |
|
ScriptProcessor |
setClassloader(java.lang.ClassLoader classloader)
Sets the parent classloader for the script. |
|
ScriptProcessor |
setTransformer(Transformer transformer)
Sets the transformer to use to compile the script. |
Method Detail |
---|
ScriptProcessor setClassloader(java.lang.ClassLoader classloader)
ScriptProcessor setTransformer(Transformer transformer)
<T extends ScriptWithSource> T process(java.lang.Class<T> scriptType)
Script
object of the given type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |