All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CompositeIterator<T> AIterator
that will iterate over several iterators.ConstructorStrategy The strategy used to construct an instance of aClass
.DefaultConstructorStrategy The defaultConstructorStrategy
implementation.DefaultExecutionStrategy The defaultExecutionStrategy
implementation.DefaultNameStrategy ANameStrategy
that scans the Java script to determine the package name and class name defined in the script.ExecutionStrategy The strategy used to execute a method on an object instance.ExecutionStrategyFactory The factory for the execution strategy used to execute a method of a class instance.FixNameStrategy ANameStrategy
implementation that returns a fixed name.Isolation The isolation levels of the script at execution time.JavaCompiledScript The compiled Java script created by aJavaScriptEngine
.JavaScriptEngine Script engine to compile and run a Java class on the fly.JavaScriptEngineFactory Factory for theJavaScriptEngine
.MemoryClassLoader AClassLoader
that loads classes from memory.MemoryFileManager AJavaFileManager
that manages some files in memory, delegating the other files to the parentJavaFileManager
.MemoryFileManager.AbstractMemoryJavaFileObject MemoryFileManager.ClassMemoryJavaFileObject MemoryFileManager.MemoryJavaFileObject MethodExecutionStrategy TheExecutionStrategy
that executes a specific method.NameStrategy The strategy used to determine the name of a Java class in a script.NullConstructorStrategy AConstructorStrategy
implementation that always returnsnull
.ReflectionUtil