java.net
Class JarURLConnection
java.lang.Object
|
+--java.net.URLConnection
|
+--java.net.JarURLConnection
- public abstract synchronized class JarURLConnection
- extends URLConnection
jarFileURLConnection
protected URLConnection jarFileURLConnection
JarURLConnection
protected JarURLConnection(URL)
throws MalformedURLException
getJarFileURL
public URL getJarFileURL()
getEntryName
public String getEntryName()
getJarFile
public abstract java.util.jar.JarFile getJarFile()
throws IOException
IOException
getManifest
public java.util.jar.Manifest getManifest()
throws IOException
IOException
getJarEntry
public java.util.jar.JarEntry getJarEntry()
throws IOException
IOException
getAttributes
public java.util.jar.Attributes getAttributes()
throws IOException
IOException
getMainAttributes
public java.util.jar.Attributes getMainAttributes()
throws IOException
IOException
getCertificates
public java.security.cert.Certificate[] getCertificates()
throws IOException
IOException