|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Interface allowing users to provide an URL resolver that will convert custom classloader URLs like Eclipse/OSGi bundleresource: URLs to normal jar: URLs. More...
Public Member Functions | |
| URL | resolve (URL url) |
Interface allowing users to provide an URL resolver that will convert custom classloader URLs like Eclipse/OSGi bundleresource: URLs to normal jar: URLs.
This might be required for custom classloader where the URI protocol is unknown to the standard runtime environment.
Note: The provided resolver is only utilized if a given URI's protocol could not be resolved. I.e. it will not be invoked for known protocols like http, https, jar or file.
Definition at line 71 of file JarUtil.java.
| URL com.jogamp.common.util.JarUtil.Resolver.resolve | ( | URL | url | ) |