A C D E F G I J O R U

A

addURI(URI) - Method in class org.xwiki.classloader.URIClassLoader
Add specified URI at the end of the search path.
addURL(URL) - Method in class org.xwiki.classloader.ExtendedURLClassLoader
 
addURL(URL) - Method in class org.xwiki.classloader.URIClassLoader
Add specified URL at the end of the search path.
addURLs(List<URL>) - Method in class org.xwiki.classloader.ExtendedURLClassLoader
 
addURLs(List<URL>) - Method in class org.xwiki.classloader.URIClassLoader
Add specified URLs at the end of the search path.

C

createURLStreamHandler(String) - Method in class org.xwiki.classloader.internal.ExtendedURLStreamHandlerFactory

D

defineClass(String, ResourceHandle) - Method in class org.xwiki.classloader.URIClassLoader
 

E

ExtendedURLClassLoader - Class in org.xwiki.classloader
Implementation that allows adding URLs on demand (the default URLClassLoader only allows adding URLs in the constructor).
ExtendedURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.xwiki.classloader.ExtendedURLClassLoader
See URLClassLoader.URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory).
ExtendedURLClassLoader(URL[], ClassLoader) - Constructor for class org.xwiki.classloader.ExtendedURLClassLoader
See URLClassLoader.URLClassLoader(URL[], ClassLoader).
ExtendedURLClassLoader(URL[]) - Constructor for class org.xwiki.classloader.ExtendedURLClassLoader
See URLClassLoader.URLClassLoader(URL[]).
ExtendedURLClassLoader(ClassLoader, URLStreamHandlerFactory) - Constructor for class org.xwiki.classloader.ExtendedURLClassLoader
 
ExtendedURLStreamHandler - Interface in org.xwiki.classloader
Adds the ability for a URLStreamHandler implementation to return the protocol it's managing.
ExtendedURLStreamHandlerFactory - Class in org.xwiki.classloader.internal
Stream handler factory that uses components to lookup stream handler for protocols.
ExtendedURLStreamHandlerFactory() - Constructor for class org.xwiki.classloader.internal.ExtendedURLStreamHandlerFactory
 

F

findClass(String) - Method in class org.xwiki.classloader.URIClassLoader
Finds and loads the class with the specified name.
findLibrary(String) - Method in class org.xwiki.classloader.URIClassLoader
Returns the absolute path name of a native library.
findResource(URL, String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Fined resource with given name at the given source URL.
findResource(URL[], String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Finds resource with given name at the given search path.
findResource(String) - Method in class org.xwiki.classloader.URIClassLoader
Finds the resource with the specified name.
findResources(URL, String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Finds all resources with given name at the given source URL.
findResources(URL[], String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Finds all resources with given name at the given search path.
findResources(String) - Method in class org.xwiki.classloader.URIClassLoader
Returns an Enumeration of URLs representing all of the resources having the specified name.

G

getClassHandle(String) - Method in class org.xwiki.classloader.URIClassLoader
Finds the ResourceHandle object for the class with the specified name.
getJarFile() - Method in interface org.xwiki.classloader.internal.JarURLConnection
Return the JAR file for this connection.
getLibraryHandle(String) - Method in class org.xwiki.classloader.URIClassLoader
Finds the ResourceHandle object for the native library with the specified name.
getProtocol() - Method in interface org.xwiki.classloader.ExtendedURLStreamHandler
 
getResource(URL, String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Gets resource with given name at the given source URL.
getResource(URL[], String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Gets resource with given name at the given search path.
getResourceHandle(String) - Method in class org.xwiki.classloader.URIClassLoader
Finds the ResourceHandle object for the resource with the specified name.
getResourceHandles(String) - Method in class org.xwiki.classloader.URIClassLoader
Returns an Enumeration of ResourceHandle objects representing all of the resources having the specified name.
getResources(URL, String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Gets all resources with given name at the given source URL.
getResources(URL[], String) - Method in class org.xwiki.classloader.internal.ResourceLoader
Gets all resources with given name at the given search path.
getURLs() - Method in class org.xwiki.classloader.URIClassLoader
 

I

isDir(URL) - Static method in class org.xwiki.classloader.internal.ResourceLoader
Test whether given URL points to a directory.

J

JarURLConnection - Interface in org.xwiki.classloader.internal
Common interface to be implemented by all URLConnection implementations that wish to override the getJarFile() method from JarURLConnection.

O

org.xwiki.classloader - package org.xwiki.classloader
 
org.xwiki.classloader.internal - package org.xwiki.classloader.internal
 

R

ResourceLoader - Class in org.xwiki.classloader.internal
This class aids in accessing remote resources referred by URLs.
ResourceLoader(URLStreamHandler) - Constructor for class org.xwiki.classloader.internal.ResourceLoader
Constructs new ResourceLoader with specified JAR file handler which can implement custom JAR caching policy.

U

URIClassLoader - Class in org.xwiki.classloader
Equivalent of java.net.URLClassloader but without bugs related to ill-formed URLs and with customizable JAR caching policy.
URIClassLoader(URI[]) - Constructor for class org.xwiki.classloader.URIClassLoader
Creates URIClassLoader with the specified search path.
URIClassLoader(URI[], URLStreamHandlerFactory) - Constructor for class org.xwiki.classloader.URIClassLoader
Creates URIClassLoader with the specified search path.
URIClassLoader(URI[], ClassLoader) - Constructor for class org.xwiki.classloader.URIClassLoader
Creates URIClassLoader with the specified search path and parent class loader.
URIClassLoader(URI[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.xwiki.classloader.URIClassLoader
Creates URIClassLoader with the specified search path and parent class loader.

A C D E F G I J O R U

Copyright © 2004-2011 XWiki. All Rights Reserved.