Class ExecuteCommandOptions
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.WorkDoneProgressOptions
org.graalvm.tools.lsp.server.types.ExecuteCommandOptions
The server capabilities of a [ExecuteCommandRequest](#ExecuteCommandRequest).
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecuteCommandOptionsbooleanThe commands to be executed on the server.inthashCode()setCommands(List<String> commands) Methods inherited from class org.graalvm.tools.lsp.server.types.WorkDoneProgressOptions
create, getWorkDoneProgress, setWorkDoneProgress
-
Method Details
-
getCommands
The commands to be executed on the server. -
setCommands
-
equals
- Overrides:
equalsin classWorkDoneProgressOptions
-
hashCode
public int hashCode()- Overrides:
hashCodein classWorkDoneProgressOptions
-
create
-