public interface ResourceLoader
Modifier and Type | Method and Description |
---|---|
List<URL> |
getClassPath()
Returns the URLs that will be searched in order for files.
|
URL |
getResource(String resourceName)
Returns a URL that may be used to load the resource, or null if the
resource can't be found.
|
URL getResource(String resourceName)
(The API is the same as ClassLoader.getResource(String)
.)
Copyright © 2018. All rights reserved.