Package aQute.bnd.osgi
Class URLResource.JarURLUtil
java.lang.Object
java.net.URLConnection
java.net.JarURLConnection
aQute.bnd.osgi.URLResource.JarURLUtil
- Enclosing class:
- URLResource
Use JarURLConnection to parse jar: URL into URL to jar URL and entry.
-
Field Summary
Fields inherited from class java.net.JarURLConnection
jarFileURLConnection
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.net.JarURLConnection
getAttributes, getCertificates, getEntryName, getJarEntry, getJarFileURL, getMainAttributes, getManifest
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
-
Constructor Details
-
JarURLUtil
JarURLUtil(URL url) throws MalformedURLException - Throws:
MalformedURLException
-
-
Method Details
-
getJarFile
- Specified by:
getJarFile
in classJarURLConnection
- Throws:
IOException
-
connect
- Specified by:
connect
in classURLConnection
- Throws:
IOException
-