public class ResourceLoaders extends Object
ResourceLoader
.Modifier and Type | Method and Description |
---|---|
static ResourceLoader |
forPathAndFallback(List<File> path,
ResourceLoader fallback)
Creates a ResourceLoader that loads from a list of directories and falls back
to another ResourceLoader.
|
static ResourceLoader |
fromContextClassLoader()
Creates a ResourceLoader that loads from the given thread's class loader.
|
public static ResourceLoader fromContextClassLoader()
public static ResourceLoader forPathAndFallback(List<File> path, ResourceLoader fallback)
Copyright © 2018. All rights reserved.