public class DefaultDebugEnvironment extends java.lang.Object implements DebugEnvironment
Modifier and Type | Field and Description |
---|---|
static KeyWithDefaultValue<java.lang.Integer> |
DEBUGGER_TRACE_MODE |
LOCAL_START_TIMEOUT
Constructor and Description |
---|
DefaultDebugEnvironment(ExecutionEnvironment environment,
RunProfileState state,
RemoteConnection remoteConnection,
boolean pollConnection) |
DefaultDebugEnvironment(ExecutionEnvironment environment,
RunProfileState state,
RemoteConnection remoteConnection,
long pollTimeout) |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
createExecutionResult() |
Sdk |
getAlternativeJre() |
long |
getPollTimeout() |
RemoteConnection |
getRemoteConnection() |
Sdk |
getRunJre() |
GlobalSearchScope |
getSearchScope() |
java.lang.String |
getSessionName() |
int |
getTraceMode() |
boolean |
isRemote() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocalConnection
public static final KeyWithDefaultValue<java.lang.Integer> DEBUGGER_TRACE_MODE
public DefaultDebugEnvironment(ExecutionEnvironment environment, RunProfileState state, RemoteConnection remoteConnection, boolean pollConnection)
public DefaultDebugEnvironment(ExecutionEnvironment environment, RunProfileState state, RemoteConnection remoteConnection, long pollTimeout)
public ExecutionResult createExecutionResult() throws ExecutionException
createExecutionResult
in interface DebugEnvironment
ExecutionException
public GlobalSearchScope getSearchScope()
getSearchScope
in interface DebugEnvironment
public boolean isRemote()
isRemote
in interface DebugEnvironment
public RemoteConnection getRemoteConnection()
getRemoteConnection
in interface DebugEnvironment
public long getPollTimeout()
getPollTimeout
in interface DebugEnvironment
public java.lang.String getSessionName()
getSessionName
in interface DebugEnvironment
public Sdk getAlternativeJre()
getAlternativeJre
in interface DebugEnvironment
public Sdk getRunJre()
getRunJre
in interface DebugEnvironment
public int getTraceMode()