Searched refs:urls (Results 1 – 4 of 4) sorted by relevance
41 URL[] urls = {new URL(String.format("jar:file:%s!/", jarTestFile.getAbsolutePath()))}; in getClasses() local43 URLClassLoader.newInstance(urls, JarTestFinder.class.getClassLoader()); in getClasses()
418 URL[] urls = { in getJarTestClasses() local423 URLClassLoader.newInstance(urls, JarTestFinder.class.getClassLoader()); in getJarTestClasses()
44 URL[] urls = { in getClasses() local47 … URLClassLoader cl = URLClassLoader.newInstance(urls, JarTestFinder.class.getClassLoader()); in getClasses()
298 URL[] urls = { in getJarTestClasses() local303 URLClassLoader.newInstance(urls, JarTestFinder.class.getClassLoader()); in getJarTestClasses()