All Classes and Interfaces
Class
Description
A
Iterator
that will iterate over several iterators.The strategy used to construct an instance of a
Class
.The default
ConstructorStrategy
implementation.The default
ExecutionStrategy
implementation.A
NameStrategy
that scans the Java script to determine the package name and class name defined in the script.The strategy used to execute a method on an object instance.
The factory for the execution strategy used to execute a method of a class instance.
A
NameStrategy
implementation that returns a fixed name.The isolation levels of the script at execution time.
The compiled Java script created by a
JavaScriptEngine
.Script engine to compile and run a Java class on the fly.
Factory for the
JavaScriptEngine
.A
ClassLoader
that loads classes from memory.A
JavaFileManager
that manages some files in memory,
delegating the other files to the parent JavaFileManager
.The
ExecutionStrategy
that executes a specific method.The strategy used to determine the name of a Java class in a script.
A
ConstructorStrategy
implementation that always returns null
.