There are two ways of evaluating scripts in GumTree, depending on which thread you are running:
- Running under the current thread: use script engine (JSR-223 API)
- Running under a separate thread: use the script executor (wrapper to script engine)
Examples on creating script engine:
Examples on creating script executor:
Labels:
