Interface ResourceAction.ListResources

All Superinterfaces:
ResourceAction
All Known Implementing Classes:
DefaultResourceActions.ListResources
Enclosing interface:
ResourceAction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static non-sealed interface ResourceAction.ListResources extends ResourceAction
  • Method Details

    • getResourcesOfType

      @NotNull @NotNull List<Resource> getResourcesOfType(ConfigurationManager configurationManager, ResourceType resourceType)
      Lists all resources of a specific type.
      Parameters:
      configurationManager - The configuration manager to use for retrieving the resources.
      resourceType - The type of resources to list.
      Returns:
      A list of resources of the specified type.