Interface ClassPathLocationScanner

    • Method Detail

      • findResourceNames

        Set<StringfindResourceNames​(String location,
                                      URL locationUrl)
                               throws IOException
        Finds the resource names below this location on the classpath under this locationUrl.
        Parameters:
        location - The system-independent location on the classpath.
        locationUrl - The system-specific physical location URL.
        Returns:
        The system-independent names of the resources on the classpath.
        Throws:
        IOException - when the scanning failed.