Class Tools
java.lang.Object
org.exoplatform.commons.api.settings.data.Tools
- eXo level API
- Experimental
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildContextPath(Context context) Builds a path of a specified context in the database.static StringbuildScopePath(Context context, Scope scope) Builds a path of a specified scope in the database.
-
Constructor Details
-
Tools
public Tools()
-
-
Method Details
-
buildScopePath
Builds a path of a specified scope in the database.- Parameters:
context- The context with which the path is associated.scope- The scope with which the path is associated.- Returns:
- The scope path.
- eXo level API
- Experimental
-
buildContextPath
Builds a path of a specified context in the database.- Parameters:
context- The context with which the path is associated.- Returns:
- The context path.
- eXo level API
- Experimental
-