org.apache.geronimo.kernel.classloader
Class JarFileUrlConnection
java.lang.Object
java.net.URLConnection
java.net.JarURLConnection
org.apache.geronimo.kernel.classloader.JarFileUrlConnection
- public class JarFileUrlConnection
- extends JarURLConnection
- Version:
- $Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
Methods inherited from class java.net.URLConnection |
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getOutputStream, getRequestProperties, getRequestProperty, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches |
DUMMY_JAR_URL
public static final URL DUMMY_JAR_URL
JarFileUrlConnection
public JarFileUrlConnection(URL url,
JarFile jarFile,
JarEntry jarEntry)
throws MalformedURLException
getJarFile
public JarFile getJarFile()
throws IOException
- Throws:
IOException
connect
public void connect()
getJarFileURL
public URL getJarFileURL()
getEntryName
public String getEntryName()
getManifest
public Manifest getManifest()
throws IOException
- Throws:
IOException
getJarEntry
public JarEntry getJarEntry()
getAttributes
public Attributes getAttributes()
throws IOException
- Throws:
IOException
getMainAttributes
public Attributes getMainAttributes()
throws IOException
- Throws:
IOException
getCertificates
public Certificate[] getCertificates()
throws IOException
- Throws:
IOException
getURL
public URL getURL()
getContentLength
public int getContentLength()
getLastModified
public long getLastModified()
getInputStream
public InputStream getInputStream()
throws IOException
- Throws:
IOException
getPermission
public Permission getPermission()
throws IOException
- Throws:
IOException
toString
public String toString()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.