com.googlecode.flyway.core.util.scanner.osgi
Class EquinoxCommonResourceUrlResolver

java.lang.Object
  extended by com.googlecode.flyway.core.util.scanner.osgi.EquinoxCommonResourceUrlResolver

public class EquinoxCommonResourceUrlResolver
extends java.lang.Object

Resolves OSGi-specific resource URLs into Standard Java resource URLs using Equinox Common.


Method Summary
static java.net.URL osgiToJavaURL(java.net.URL url)
          Resolves an OSGi-specific resource URL into Standard Java resource URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

osgiToJavaURL

public static java.net.URL osgiToJavaURL(java.net.URL url)
                                  throws java.io.IOException
Resolves an OSGi-specific resource URL into Standard Java resource URL.

Parameters:
url - The OSGi-specific resource URL.
Returns:
The Standard Java resource URL.
Throws:
java.io.IOException - when the resolution failed.


Copyright © 2012. All Rights Reserved.