Class MultiResourceFinder

    • Constructor Detail

      • MultiResourceFinder

        public MultiResourceFinder​(java.util.Collection resourceFinders)
        Parameters:
        resourceFinders - The entries of the "path"
    • Method Detail

      • findResource

        public final Resource findResource​(java.lang.String resourceName)
        Description copied from class: ResourceFinder
        Find a resource by name and return it as a Resource object.
        Specified by:
        findResource in class ResourceFinder
        Parameters:
        resourceName - Designates the resource; typically structured by slashes ("/") like "com/foo/pkg/Bar.class"
        Returns:
        null if the resource could not be found