Package org.ops4j.pax.url.mvn
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.ops4j.pax.url.mvn.Handler
-
public class Handler extends URLStreamHandler
URLStreamHandlerimplementation for "mvn:" protocol.- Since:
- 1.3.0, March 28, 2011 (usable since)
- Author:
- Alin Dreghiciu (adreghiciu@gmail.com), Toni Menzel, Guillaume Nodet
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URLConnectionopenConnection(URL url)-
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
protected URLConnection openConnection(URL url) throws IOException
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
-