Registry / networking / pax-url-reference

pax-url-reference

JSON →
library3.0.3javamavenunverified

OPS4J Pax Url - reference: protocol handler provides a URL handler for the 'reference:' protocol in OSGi environments.

<dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-reference</artifactId> <version>3.0.3</version> </dependency>
INSTALL
IMPORT
SIG · PAX-URL-REFERENCE
P
pax-url-reference
networkingjavav3.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Handler
org.ops4j.pax.url.reference.Handler

Opens a URL with the reference protocol.

import org.ops4j.pax.url.reference.Handler; import java.net.URL; public class Example { public static void main(String[] args) throws Exception { URL url = new URL("reference:file:/path/to/file"); System.out.println(url.getContent()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pax-url-reference — mvn dependency:get pax-url-reference · libregistry