public interface FileSystemResourceLoader extends ResourceLoader
Modifier and Type | Method and Description |
---|---|
static FileSystemResourceLoader |
defaultLoader()
Creation method.
|
default boolean |
supportsPrefix(String path)
Does the loader support a prefix.
|
forBase, getResource, getResourceAsStream, getResources
static FileSystemResourceLoader defaultLoader()
default boolean supportsPrefix(String path)
supportsPrefix
in interface ResourceLoader
path
- The path to a resource including a prefix
appended by a colon. Ex (classpath:, file:)