public class ConfigurationItemEdit
extends org.eclipse.lsp4j.ConfigurationItem
| Constructor and Description |
|---|
ConfigurationItemEdit() |
ConfigurationItemEdit(String section,
Object value,
ConfigurationItemEditType editType,
ConfigurationItemValueKind valueKind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
public ConfigurationItemEdit()
public ConfigurationItemEdit(String section, Object value, ConfigurationItemEditType editType, ConfigurationItemValueKind valueKind)
section - config section to changevalue - the value for the changeeditType - the type of edit operation being madevalueKind - the kind of value for the configuration itempublic boolean equals(Object obj)
equals in class org.eclipse.lsp4j.ConfigurationItempublic int hashCode()
hashCode in class org.eclipse.lsp4j.ConfigurationItemCopyright © 2023. All rights reserved.