org.modeshape.maven.spi
Class JcrMavenUrlProvider.JcrUrlStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.modeshape.maven.spi.JcrMavenUrlProvider.JcrUrlStreamHandler
Enclosing class:
JcrMavenUrlProvider

protected class JcrMavenUrlProvider.JcrUrlStreamHandler
extends URLStreamHandler

This URLStreamHandler specialization understands URLs that point to content in the JCR repository used by this Maven repository.

Author:
Randall Hauch

Constructor Summary
protected JcrMavenUrlProvider.JcrUrlStreamHandler()
           
 
Method Summary
protected  URLConnection openConnection(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

JcrMavenUrlProvider.JcrUrlStreamHandler

protected JcrMavenUrlProvider.JcrUrlStreamHandler()
Method Detail

openConnection

protected URLConnection openConnection(URL url)

Specified by:
openConnection in class URLStreamHandler


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.