public class JShellHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Key<JShellHandler> |
MARKER_KEY |
Modifier and Type | Method and Description |
---|---|
static JShellHandler |
create(Project project,
VirtualFile contentFile,
Module module,
Sdk alternateSdk) |
void |
dropState() |
java.util.concurrent.Future<Response> |
evaluate(java.lang.String code) |
static JShellHandler |
getAssociatedHandler(VirtualFile contentFile) |
void |
stop() |
void |
toFront() |
public static final Key<JShellHandler> MARKER_KEY
public static JShellHandler getAssociatedHandler(VirtualFile contentFile)
public static JShellHandler create(Project project, VirtualFile contentFile, Module module, Sdk alternateSdk) throws java.lang.Exception
java.lang.Exception
public void stop()
public void toFront()
public java.util.concurrent.Future<Response> evaluate(java.lang.String code)
public void dropState()