Interface FileSystemResourceLoader

All Superinterfaces:
ResourceLoader
All Known Implementing Classes:
DefaultFileSystemResourceLoader

public interface FileSystemResourceLoader extends ResourceLoader
Abstraction to load resources from the file system.
  • Field Details

  • Method Details

    • defaultLoader

      static FileSystemResourceLoader defaultLoader()
      Creation method.
      Returns:
      loader
    • supportsPrefix

      default boolean supportsPrefix(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