Interface ClassPathResourceLoader

    • Method Detail

      • getClassLoader

        java.lang.ClassLoader getClassLoader()
        Returns:
        The underlying classloader used by this ClassPathResourceLoader
      • supportsPrefix

        default boolean supportsPrefix​(java.lang.String path)
        Specified by:
        supportsPrefix in interface ResourceLoader
        Parameters:
        path - The path to a resource including a prefix appended by a colon. Ex (classpath:, file:)
        Returns:
        Whether the given resource loader supports the prefix