public interface ClasspathURLConverter
ClassNameLocator to convert URLs from one protocol to another. This
is a hook for supporting OSGi, allowing "bundleresource" and "bundleentry" protocols to be converted to "jar:" or
"file:".| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
convert(java.net.URL url)
Passed a URL provided by
ClassLoader.getResources(String) to check to see if can be converted. |
java.net.URL convert(java.net.URL url)
ClassLoader.getResources(String) to check to see if can be converted.url - to check${project.version} - Copyright © 2003-2015 The Apache Software Foundation.