All Classes
-
All Classes Interface Summary Class Summary Class Description 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.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 File manager for the compiler API.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