org.xwiki.classloader
Class NamespaceURLClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.xwiki.classloader.ExtendedURLClassLoader
org.xwiki.classloader.URIClassLoader
org.xwiki.classloader.NamespaceURLClassLoader
public class NamespaceURLClassLoader
- extends URIClassLoader
A URIClassLoader associated to a namespace.
- Since:
- 4.0M1
- Version:
- $Id: e9c925981727f3ab8249d2cf3a6bce5c96f445a9 $
| Methods inherited from class org.xwiki.classloader.URIClassLoader |
addURI, addURL, addURLs, defineClass, findClass, findLibrary, findResource, findResources, getClassHandle, getLibraryHandle, getResourceHandle, getResourceHandles, getURLs |
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceURLClassLoader
public NamespaceURLClassLoader(URI[] uris,
ClassLoader parent,
String namepsace)
- Parameters:
uris - the search pathparent - the parent class loadernamepsace - the namespace associated to the classloader
getNamespace
public String getNamespace()
- Returns:
- the namepsace associated to the classloader
Copyright © 2004-2012 XWiki. All Rights Reserved.