Class ResourceHelper
java.lang.Object
org.ametys.plugins.explorer.resources.ResourceHelper
Helper class that provides utility methods to work with resources.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TraversableAmetysObjectgetResourceRoot(Resource resource) Get the resource root of a resource.static TraversableAmetysObjectgetResourceRoot(ResourceCollection collection) Get the resource root of a resource collection.
-
Method Details
-
getResourceRoot
Get the resource root of a resource.- Parameters:
resource- The resource.- Returns:
- The resource root.
-
getResourceRoot
Get the resource root of a resource collection.- Parameters:
collection- The resource collection.- Returns:
- The resource root.
-