Interface ResourceDiscover

All Superinterfaces:
ResourceNameDiscover
All Known Subinterfaces:
ResourceClassDiscover<T>
All Known Implementing Classes:
DiscoverClasses, DiscoverResources, ResourceClassDiscoverImpl, ResourceDiscoverImpl

public interface ResourceDiscover extends ResourceNameDiscover
Interface representing a mapping from a set of source resource names to a resultant set of resource.
  • Method Details

    • findResources

      Locate resources that are bound to resourceName.
      Parameters:
      resourceName - The resource has to be located
      Returns:
      The bound resources iterator
    • findResources

      Locate resources that are bound to resourceNames.
      Parameters:
      resourceNames - The resource has to be located
      Returns:
      The bound resources iterator