All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CompositeIterator<T> AIteratorthat will iterate over several iterators.ConstructorStrategy The strategy used to construct an instance of aClass.DefaultConstructorStrategy The defaultConstructorStrategyimplementation.DefaultExecutionStrategy The defaultExecutionStrategyimplementation.DefaultNameStrategy ANameStrategythat 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 ANameStrategyimplementation 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 AClassLoaderthat loads classes from memory.MemoryFileManager AJavaFileManagerthat manages some files in memory, delegating the other files to the parentJavaFileManager.MethodExecutionStrategy TheExecutionStrategythat executes a specific method.NameStrategy The strategy used to determine the name of a Java class in a script.NullConstructorStrategy AConstructorStrategyimplementation that always returnsnull.ReflectionUtil