Searched defs:urls (Results 1 – 3 of 3) sorted by relevance
85 URL[] urls = {new URL(String.format("jar:file:%s!/", file.getAbsolutePath()))}; in getJUnitClasses() local
93 final List<URL> urls = new ArrayList<>(); in build() local
988 URL[] urls = {f.toURI().toURL()}; in getClasses() local1019 URL[] urls = {file.toURI().toURL()}; in getClasses() local