| Class | Description |
|---|---|
| JavaCompiledScript |
The compiled Java script created by a
JavaScriptEngine. |
| JavaScriptEngine |
Script engine to compile and run a Java class on the fly.
|
| JavaScriptEngineFactory |
Factory for the
JavaScriptEngine. |
| MemoryClassLoader |
A
ClassLoader that loads classes from memory. |
| MemoryFileManager |
A
JavaFileManager that manages some files in memory,
delegating the other files to the parent JavaFileManager. |
| Enum | Description |
|---|---|
| Isolation |
The isolation levels of the script at execution time.
|