Classpath Protocol

Skip to end of metadata
Go to start of metadata

Pax URL Classpath is an OSGi URL handler provides access to resources from thread classpath or all installed bundles or a specific bundle. The searched bundle are only those that are nnot protected by permissions.The resource is searched by:

  1. first look if the bundle symbolic name was specified. If that's the case and the bundle was found then the resource is searched in that bundle. If the resource is found it is returned otherwise an IOException is thrown. If the bundle is not found then an IOException is thrown.
  2. look in the current thread classpath. If found the resource is returned
  3. if not found in thread classpath search all the bundles available and return the first resource found
  4. if still not found an IOException is thrown

Syntax ( see examples )

Examples

Loads my-bundle.conf file by searching all the bundles installed.

Loads my-bundle.conf from the bundle with symbolic name my-bundle

Labels:
url url Delete
runner runner Delete
handler handler Delete
pax pax Delete
pax-url-module pax-url-module Delete
pax-runner-module pax-runner-module Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

Clicky Web Analytics