Class ApplyWorkspaceEditParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.ApplyWorkspaceEditParams
The parameters passed via a apply workspace edit request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApplyWorkspaceEditParamscreate(WorkspaceEdit edit) booleangetEdit()The edits to apply.getLabel()An optional label of the workspace edit.inthashCode()setEdit(WorkspaceEdit edit)
-
Method Details
-
getLabel
An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit. -
setLabel
-
getEdit
The edits to apply. -
setEdit
-
equals
-
hashCode
public int hashCode() -
create
-