Searched refs:URLJarFileCloseController (Results 1 – 2 of 2) sorted by relevance
56 private URLJarFileCloseController closeController = null;68 … static JarFile getJarFile(URL url, URLJarFileCloseController closeController) throws IOException { in getJarFile()88 public URLJarFile(File file, URLJarFileCloseController closeController) throws IOException { in URLJarFile()93 private URLJarFile(URL url, URLJarFileCloseController closeController) throws IOException { in URLJarFile()200 …private static JarFile retrieve(final URL url, final URLJarFileCloseController closeController) th… in retrieve()287 public interface URLJarFileCloseController { interface in URLJarFile
43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {