public class ConfigurationItem
extends java.lang.Object
cpp.formatterOptions
but the client stores the configuration in an XML store layout differently.
It is up to the client to do the necessary conversion. If a scope URI is provided the client
should return the setting scoped to the provided resource. If the client for example uses
EditorConfig to manage its settings the configuration should be returned for the passed resource
URI. If the client can’t provide a configuration setting for a given scope then null needs to be
present in the returned array.
Since 3.6.0Constructor and Description |
---|
ConfigurationItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getScopeUri()
The scope to get the configuration section for.
|
java.lang.String |
getSection()
The configuration section asked for.
|
int |
hashCode() |
void |
setScopeUri(java.lang.String scopeUri)
The scope to get the configuration section for.
|
void |
setSection(java.lang.String section)
The configuration section asked for.
|
java.lang.String |
toString() |
@Pure public java.lang.String getScopeUri()
public void setScopeUri(java.lang.String scopeUri)
@Pure public java.lang.String getSection()
public void setSection(java.lang.String section)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object