Interface ResourcePatternResolver

    • Method Detail

      • getResources

        Resource[] getResources​(String locationPattern)
                         throws IOException
        Resolve the given location pattern into Resource objects.

        Overlapping resource entries that point to the same physical resource should be avoided, as far as possible. The result should have set semantics.

        Parameters:
        locationPattern - the location pattern to resolve
        Returns:
        the corresponding Resource objects
        Throws:
        IOException - in case of I/O errors