Package net.runelite.jshell
Class RLShellExecutionControl
- java.lang.Object
-
- jdk.jshell.execution.DirectExecutionControl
-
- net.runelite.jshell.RLShellExecutionControl
-
- All Implemented Interfaces:
AutoCloseable,ExecutionControl,ExecutionControlProvider
public class RLShellExecutionControl extends DirectExecutionControl implements ExecutionControlProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jdk.jshell.spi.ExecutionControl
ExecutionControl.ClassBytecodes, ExecutionControl.ClassInstallException, ExecutionControl.EngineTerminationException, ExecutionControl.ExecutionControlException, ExecutionControl.InternalException, ExecutionControl.NotImplementedException, ExecutionControl.ResolutionException, ExecutionControl.RunException, ExecutionControl.StoppedException, ExecutionControl.UserException
-
-
Constructor Summary
Constructors Constructor Description RLShellExecutionControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionControlgenerate(ExecutionEnv env, Map<String,String> parameters)Stringname()-
Methods inherited from class jdk.jshell.execution.DirectExecutionControl
addToClasspath, classesRedefined, clientCodeEnter, clientCodeLeave, close, extensionCommand, findClass, invoke, invoke, load, redefine, stop, throwConvertedInvocationException, throwConvertedOtherException, valueString, varValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jdk.jshell.spi.ExecutionControlProvider
defaultParameters
-
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceExecutionControlProvider
-
generate
public ExecutionControl generate(ExecutionEnv env, Map<String,String> parameters) throws Throwable
- Specified by:
generatein interfaceExecutionControlProvider- Throws:
Throwable
-
-