|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLStreamHandler
org.apache.karaf.tooling.features.SpringURLHandler
public class SpringURLHandler
As org.apache.karaf.deployer.spring.SpringURLHandler need run with OSGi container so create this class only used for features-maven-plugin
Nested Class Summary | |
---|---|
class |
SpringURLHandler.Connection
|
Constructor Summary | |
---|---|
SpringURLHandler()
|
Method Summary | |
---|---|
java.net.URL |
getSpringXmlURL()
|
java.net.URLConnection |
openConnection(java.net.URL url)
Open the connection for the given 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 |
---|
public SpringURLHandler()
Method Detail |
---|
public java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
url
- the url from which to open a connection.
java.io.IOException
- if an error occurs or if the URL is malformed.public java.net.URL getSpringXmlURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |