Package net.officefloor.gef.editor.style
Class OsgiURLStreamHandlerService
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.osgi.service.url.AbstractURLStreamHandlerService
-
- net.officefloor.gef.editor.style.OsgiURLStreamHandlerService
-
- All Implemented Interfaces:
org.osgi.service.url.URLStreamHandlerService
public class OsgiURLStreamHandlerService extends org.osgi.service.url.AbstractURLStreamHandlerService
OSGiURLStreamHandlerService
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OsgiURLStreamHandlerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URLConnection
openConnection(java.net.URL url)
-
-
-
Method Detail
-
openConnection
public java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException
- Specified by:
openConnection
in interfaceorg.osgi.service.url.URLStreamHandlerService
- Specified by:
openConnection
in classorg.osgi.service.url.AbstractURLStreamHandlerService
- Throws:
java.io.IOException
-
-