public class Tools extends Object
Constructor and Description |
---|
Tools() |
Modifier and Type | Method and Description |
---|---|
static String |
buildContextPath(Context context)
Builds a path of a specified context in the database.
|
static String |
buildFullPath(Context context,
Scope scope,
String key)
Builds a path of a specified setting property stored in the database.
|
static String |
buildScopePath(Context context,
Scope scope)
Builds a path of a specified scope in the database.
|
public static String buildScopePath(Context context, Scope scope)
context
- The context with which the path is associated.scope
- The scope with which the path is associated.public static String buildContextPath(Context context)
context
- The context with which the path is associated.public static String buildFullPath(Context context, Scope scope, String key)
context
- Context of the setting property.scope
- Scope of the setting property.key
- Key of the setting property.Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.