@Priority(value=70) public class URLResourceLocator extends Object implements ResourceLocator
ResourceLocator
for locating URL resources..Constructor and Description |
---|
URLResourceLocator() |
Modifier and Type | Method and Description |
---|---|
Collection<URL> |
lookup(ClassLoader classLoader,
String expression)
Tries to evaluate the location passed by loading from the classloader.
|
public Collection<URL> lookup(ClassLoader classLoader, String expression)
lookup
in interface ResourceLocator
classLoader
- the class loader to useexpression
- the path expressionCopyright © 2014–2016 Apache Software Foundation. All rights reserved.