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, waitgetLocalConnectionpublic 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 DebugEnvironmentExecutionExceptionpublic GlobalSearchScope getSearchScope()
getSearchScope in interface DebugEnvironmentpublic boolean isRemote()
isRemote in interface DebugEnvironmentpublic RemoteConnection getRemoteConnection()
getRemoteConnection in interface DebugEnvironmentpublic long getPollTimeout()
getPollTimeout in interface DebugEnvironmentpublic java.lang.String getSessionName()
getSessionName in interface DebugEnvironmentpublic Sdk getAlternativeJre()
getAlternativeJre in interface DebugEnvironmentpublic Sdk getRunJre()
getRunJre in interface DebugEnvironmentpublic int getTraceMode()