Searched refs:jarConnection (Results 1 – 2 of 2) sorted by relevance
90 JarURLConnection jarConnection; in ConverterInfoReader() local101 jarConnection = (JarURLConnection)url.openConnection(); in ConverterInfoReader()102 jarentry = jarConnection.getJarEntry(); in ConverterInfoReader()103 jarfile = jarConnection.getJarFile(); in ConverterInfoReader()
83 JarURLConnection jarConnection = in main() local85 Manifest mf = jarConnection.getManifest(); in main()
Completed in 21 milliseconds