Interface ResourceLocator

All Known Implementing Classes:
ClassLoaderResourceLocator, FilesystemResourceLocator

public interface ResourceLocator
Since:
3.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Finds a collection of matching resources for a given name.
  • Method Details

    • findResources

      Collection<Resource> findResources(String name)
      Finds a collection of matching resources for a given name. The name components must be separated by forward slashes.