public class WorkspaceEdit extends Object
| Constructor and Description |
|---|
WorkspaceEdit(List<Union2<TextDocumentEdit,ResourceOperation>> documentChanges)
Construct a new
WorkspaceEdit. |
| Modifier and Type | Method and Description |
|---|---|
List<Union2<TextDocumentEdit,ResourceOperation>> |
getDocumentChanges()
The changes to documents in the workspace that need to be performed.
|
public WorkspaceEdit(List<Union2<TextDocumentEdit,ResourceOperation>> documentChanges)
WorkspaceEdit.documentChanges - the changes to documents in the workspace that need to be performed.public List<Union2<TextDocumentEdit,ResourceOperation>> getDocumentChanges()