Class | Description |
---|---|
CompileStaticCustomizerProvider |
Injects the
CompileStatic transformer to enable type validation on script execution. |
ConfigurationCustomizerProvider |
Allows configurations to be directly supplied to a groovy
CompilerConfiguration when a
GremlinGroovyScriptEngine is initialized, providing fine-grained
control over its internals. |
InterpreterModeCustomizerProvider |
Places the
ScriptEngine in "interpreter mode" where local variables of a script are treated as global
bindings. |
ThreadInterruptCustomizerProvider |
Injects checks for thread interruption into scripts.
|
TimedInterruptCustomizerProvider |
Injects a check in loops and other areas of code to interrupt script execution if the run time exceeds the
specified time.
|
TypeCheckedCustomizerProvider |
Injects the
TypeChecked transformer to enable type validation on script execution. |
VariableIdentificationCustomizer |
Exception | Description |
---|---|
TimedInterruptTimeoutException |
An exception thrown from the
TimedInterruptCustomizerProvider when the timeout is exceeded. |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.