Interface HasResources
-
- All Known Implementing Classes:
PermissionResourceNode
public interface HasResourcesInterface implemented for thosePermissionNodeinstances that handle resources.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetResourceName()Retrieves the name of the resource (if any) this node is handling.
-
-
-
Method Detail
-
getResourceName
default String getResourceName()
Retrieves the name of the resource (if any) this node is handling.- Returns:
- The name to display in the UI. If null then a generic resource name will be used such as "Item" or "Instance".
-
-