C F G J O P

C

clear() - Method in class org.xwiki.classloader.internal.protocol.jar.JarProxy
 
connect() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
 

F

finalize() - Method in class org.xwiki.classloader.internal.protocol.jar.JarProxy
 

G

getAttributes() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getEntryName() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
Return the entry name for this connection.
getInputStream() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
 
getJarEntry() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
 
getJarFile() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
 
getJarFileURL() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
Returns the URL for the Jar file for this connection.
getJarInputStream(URLConnection) - Method in class org.xwiki.classloader.internal.protocol.jar.JarProxy
 
getMainAttributes() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getManifest() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
Returns the Manifest for this connection, or null if none.
getPermission() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
 
getProtocol() - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLStreamHandler

J

JarProxy - Class in org.xwiki.classloader.internal.protocol.jar
Implementation of JarURLConnection.JarOpener that caches downloaded JAR files in a local file system.
JarProxy() - Constructor for class org.xwiki.classloader.internal.protocol.jar.JarProxy
 
JarURLConnection - Class in org.xwiki.classloader.internal.protocol.jar
URL Connection that knows how to get a JAR file with any custom protocol specified (in the form jar:<custom protocol>://<path to jar file>!<path inside jar file>.
JarURLConnection(URL, JarURLConnection.JarOpener, URLStreamHandlerFactory) - Constructor for class org.xwiki.classloader.internal.protocol.jar.JarURLConnection
 
JarURLConnection.JarOpener - Interface in org.xwiki.classloader.internal.protocol.jar
Abstraction of JAR opener which allows to implement various caching policies.
JarURLStreamHandler - Class in org.xwiki.classloader.internal.protocol.jar
Handler for the "jar" protocol.
JarURLStreamHandler() - Constructor for class org.xwiki.classloader.internal.protocol.jar.JarURLStreamHandler
 

O

openConnection(URL) - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLStreamHandler
openJarFile(JarURLConnection) - Method in class org.xwiki.classloader.internal.protocol.jar.JarProxy
 
openJarFile(JarURLConnection) - Method in interface org.xwiki.classloader.internal.protocol.jar.JarURLConnection.JarOpener
Given the URL connection (not yet connected), return JarFile representing the resource.
org.xwiki.classloader.internal.protocol.jar - package org.xwiki.classloader.internal.protocol.jar
 

P

parseURL(URL, String, int, int) - Method in class org.xwiki.classloader.internal.protocol.jar.JarURLStreamHandler
Implementation copied from Emory's Classloader Utilities.

C F G J O P

Copyright © 2004-2011 XWiki. All Rights Reserved.