|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClasspathURLConverter
Used by 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:".
| Method Summary | |
|---|---|
URL |
convert(URL url)
Passed a URL provided by ClassLoader.getResources(String) to check to see if can be converted. |
| Method Detail |
|---|
URL convert(URL url)
ClassLoader.getResources(String) to check to see if can be converted.
url - to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||