public interface ExecutableScript
Modifier and Type | Method and Description |
---|---|
Object |
run()
Executes the script.
|
void |
setNextVar(String name,
Object value) |
Object |
unwrap(Object value)
Unwraps a possible script value.
|
Copyright © 2009–2015. All rights reserved.