org.ops4j.pax.url.mvn
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.ops4j.pax.url.mvn.Handler

public class Handler
extends java.net.URLStreamHandler

URLStreamHandler implementation for "mvn:" protocol.

Since:
0.5.0, March 12, 2009
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Constructor Summary
Handler()
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL url)
          
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
                                         throws java.io.IOException

Specified by:
openConnection in class java.net.URLStreamHandler
Throws:
java.io.IOException


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.