org.eclipse.core.runtime.internal.adaptor
Class URLConverterImpl

java.lang.Object
  extended by org.eclipse.core.runtime.internal.adaptor.URLConverterImpl
All Implemented Interfaces:
org.eclipse.osgi.service.urlconversion.URLConverter

public class URLConverterImpl
extends java.lang.Object
implements org.eclipse.osgi.service.urlconversion.URLConverter

The service implementation that allows bundleresource or bundleentry URLs to be converted to native file URLs on the local file system.

Internal class.


Constructor Summary
URLConverterImpl()
           
 
Method Summary
 java.net.URL resolve(java.net.URL url)
           
 java.net.URL toFileURL(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLConverterImpl

public URLConverterImpl()
Method Detail

toFileURL

public java.net.URL toFileURL(java.net.URL url)
                       throws java.io.IOException
Specified by:
toFileURL in interface org.eclipse.osgi.service.urlconversion.URLConverter
Throws:
java.io.IOException

resolve

public java.net.URL resolve(java.net.URL url)
                     throws java.io.IOException
Specified by:
resolve in interface org.eclipse.osgi.service.urlconversion.URLConverter
Throws:
java.io.IOException