Interface FileSystemResourceLoader

    • Method Detail

      • supportsPrefix

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