Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinquin/attaching_jshell
/ types & classes
Types & classes
4 in github.com/cinquin/attaching_jshell
⨍
Functions
17
◇
Types & classes
4
Class
AttachToExistingVMProvider
This provider is detected at runtime by {@link jdk.jshell.spi.ExecutionControl}::generate. It needs to be advertised as a service in a META-INF/servic
src/main/java/uk/org/cinquin/attaching_jshell/AttachToExistingVMProvider.java:25
Class
CustomJShellTest
Test class to programmatically invoke JShell in a way that it attaches to an already-existing VM. Created by olivier on 4/29/17.
src/main/java/uk/org/cinquin/attaching_jshell/CustomJShellTest.java:20
Class
ExistingVMJdi
This class is derived from {@link jdk.jshell.execution.JdiDefaultExecutionControl}. Instead of launching a new VM in which to run snippets, it attache
src/main/java/uk/org/cinquin/attaching_jshell/ExistingVMJdi.java:69
Class
ExistingVMRemoteExecutionControl
A member of this class must have been pre-instantied in the target VM to which JShell attaches. A polling thread is created to allow the JShell engine
src/main/java/uk/org/cinquin/attaching_jshell/ExistingVMRemoteExecutionControl.java:35