java.net
Class JarURLConnection

java.lang.Object
  |
  +--java.net.URLConnection
        |
        +--java.net.JarURLConnection

public abstract synchronized class JarURLConnection
extends URLConnection


Field Summary
protected  URLConnection jarFileURLConnection
           
 
Constructor Summary
protected JarURLConnection(URL)
           
 
Method Summary
 java.util.jar.Attributes getAttributes()
           
 java.security.cert.Certificate[] getCertificates()
           
 String getEntryName()
           
 java.util.jar.JarEntry getJarEntry()
           
abstract  java.util.jar.JarFile getJarFile()
           
 URL getJarFileURL()
           
 java.util.jar.Attributes getMainAttributes()
           
 java.util.jar.Manifest getManifest()
           
 
Methods inherited from class java.net.URLConnection
getInputStream, getOutputStream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Field Detail

jarFileURLConnection

protected URLConnection jarFileURLConnection
Constructor Detail

JarURLConnection

protected JarURLConnection(URL)
                    throws MalformedURLException
Method Detail

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