public interface ResourceLocator
Modifier and Type | Method and Description |
---|---|
Collection<URL> |
lookup(ClassLoader classLoader,
String expression)
Method to lookup a given list of URLs, identified by the given expression.
|
Collection<URL> lookup(ClassLoader classLoader, String expression)
classLoader
- the classloader to be used, if necessary.expression
- the expression.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.