Class RunInTerminalRequestArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
Arguments for 'runInTerminal' request.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetArgs()List of arguments.getCwd()Working directory of the command.getEnv()Environment key-value pairs that are added to or removed from the default environment.getKind()What kind of terminal to launch.getTitle()Optional title of the terminal.inthashCode()
-
Method Details
-
getKind
What kind of terminal to launch. -
setKind
-
getTitle
Optional title of the terminal. -
setTitle
-
getCwd
Working directory of the command. -
setCwd
-
getArgs
List of arguments. The first argument is the command to run. -
setArgs
-
getEnv
Environment key-value pairs that are added to or removed from the default environment. -
setEnv
-
equals
-
hashCode
public int hashCode() -
create
-