org.hudsonci.inject.internal.plugin
Class PluginClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by org.aspectj.weaver.bcel.ExtensibleURLClassLoader
                  extended by org.aspectj.weaver.loadtime.WeavingURLClassLoader
                      extended by org.hudsonci.inject.internal.plugin.PluginClassLoader
All Implemented Interfaces:
org.aspectj.weaver.tools.GeneratedClassHandler, org.aspectj.weaver.tools.WeavingClassLoader

public class PluginClassLoader
extends org.aspectj.weaver.loadtime.WeavingURLClassLoader

Plugin class-loader.

Since:
1.397
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.aspectj.weaver.loadtime.WeavingURLClassLoader
WEAVING_ASPECT_PATH, WEAVING_CLASS_PATH
 
Constructor Summary
PluginClassLoader(List<URL> urls, ClassLoader parent)
           
 
Method Summary
 PluginWrapper getPlugin()
           
 String toString()
           
 
Methods inherited from class org.aspectj.weaver.loadtime.WeavingURLClassLoader
acceptClass, addURL, defineClass, getAspectURLs, getBytes
 
Methods inherited from class org.aspectj.weaver.bcel.ExtensibleURLClassLoader
findClass
 
Methods inherited from class java.net.URLClassLoader
definePackage, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, 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, wait, wait, wait
 

Constructor Detail

PluginClassLoader

public PluginClassLoader(List<URL> urls,
                         ClassLoader parent)
Method Detail

getPlugin

public PluginWrapper getPlugin()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.