Searched refs:codeSourceUrls (Results 1 – 1 of 1) sorted by relevance
183 private final ArrayList<URL> codeSourceUrls = new ArrayList<URL>(); field in ClassLoaders.IsolatedURLClassLoaderBuilder191 codeSourceUrls.addAll(pathsToURLs(urls)); in withCodeSourceUrls()197 codeSourceUrls.add(obtainCurrentClassPathOf(clazz.getName())); in withCodeSourceUrlOf()203 codeSourceUrls.add(obtainCurrentClassPathOf(ClassLoaders.class.getName())); in withCurrentCodeSourceUrls()215 codeSourceUrls.toArray(new URL[codeSourceUrls.size()]), in build()269 private final ArrayList<URL> codeSourceUrls = new ArrayList<URL>(); field in ClassLoaders.ExcludingURLClassLoaderBuilder277 codeSourceUrls.addAll(pathsToURLs(urls)); in withCodeSourceUrls()283 codeSourceUrls.add(obtainCurrentClassPathOf(clazz.getName())); in withCodeSourceUrlOf()289 codeSourceUrls.add(obtainCurrentClassPathOf(ClassLoaders.class.getName())); in withCurrentCodeSourceUrls()296 codeSourceUrls.toArray(new URL[codeSourceUrls.size()]), in build()[all …]