Class ExecuteCommandParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.WorkDoneProgressParams
org.graalvm.tools.lsp.server.types.ExecuteCommandParams
The parameters of a [ExecuteCommandRequest](#ExecuteCommandRequest).
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecuteCommandParamsbooleanArguments that the command should be invoked with.The identifier of the actual command handler.inthashCode()setArguments(List<Object> arguments) setCommand(String command) Methods inherited from class org.graalvm.tools.lsp.server.types.WorkDoneProgressParams
create, getWorkDoneToken, setWorkDoneToken
-
Method Details
-
getCommand
The identifier of the actual command handler. -
setCommand
-
getArguments
Arguments that the command should be invoked with. -
setArguments
-
equals
- Overrides:
equalsin classWorkDoneProgressParams
-
hashCode
public int hashCode()- Overrides:
hashCodein classWorkDoneProgressParams
-
create
-