GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.JarUtil.Resolver Interface Reference

Interface allowing users to provide an URL resolver that will convert custom classloader URLs like Eclipse/OSGi bundleresource: URLs to normal jar: URLs. More...

Collaboration diagram for com.jogamp.common.util.JarUtil.Resolver:

Public Member Functions

URL resolve (URL url)
 

Detailed Description

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.

Member Function Documentation

◆ resolve()

URL com.jogamp.common.util.JarUtil.Resolver.resolve ( URL  url)
Here is the caller graph for this function:

The documentation for this interface was generated from the following file: