Class ClasspathURLConverterImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL convert​(java.net.URL url)
      Passed a URL provided by ClassLoader.getResources(String) to check to see if can be converted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convert

        public java.net.URL convert​(java.net.URL url)
        Description copied from interface: ClasspathURLConverter
        Passed a URL provided by ClassLoader.getResources(String) to check to see if can be converted.
        Specified by:
        convert in interface ClasspathURLConverter
        Parameters:
        url - to check
        Returns:
        the url, or an equivalent url of type jar: or file: