Class ClassLoaders

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<java.net.URL> findUrlFromResources​(java.lang.ClassLoader classLoader)  
      static java.util.Set<java.net.URL> findUrls​(java.lang.ClassLoader classLoader)  
      static boolean isNative​(java.net.URL url)  
      • Methods inherited from class java.lang.Object

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

      • findUrls

        public static java.util.Set<java.net.URL> findUrls​(java.lang.ClassLoader classLoader)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • isNative

        public static boolean isNative​(java.net.URL url)
      • findUrlFromResources

        public static java.util.Set<java.net.URL> findUrlFromResources​(java.lang.ClassLoader classLoader)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException