public class SettingScope extends SettingContext
Modifier and Type | Field and Description |
---|---|
protected Scope |
scope |
protected String |
scopePath |
context, ContextPath, repositoryName
Constructor and Description |
---|
SettingScope(Context context,
Scope scope)
Creates a setting scope object with a composite key [context, scope].
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares a specified object with the SettingScope for equality.
|
Scope |
getScope()
Gets a scope value of the SettingScope object.
|
String |
getScopePath()
Gets a path to the SettingScope object.
|
int |
hashCode()
Returns the hash code value for the SettingScope object.
|
getContext, getContextPath, getCurrentRepositoryName, getRepositoryName
public boolean equals(Object obj)
equals
in class SettingContext
public int hashCode()
hashCode
in class SettingContext
public Scope getScope()
public String getScopePath()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.