|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
com.atlassian.plugin.util.MultiDelegationClassLoader
com.atlassian.plugin.TransPluginClassLoader
public class TransPluginClassLoader
This class loader will search the class loaders of all enabled dynamic plugins if it cannot find a class in the default class loader.
| Constructor Summary | |
|---|---|
TransPluginClassLoader()
|
|
| Method Summary | |
|---|---|
protected java.util.List |
getClassLoaders()
Override to return the list of classloaders that this classloader should search to find classes. |
void |
setPluginManager(PluginAccessor pluginAccessor)
|
| Methods inherited from class com.atlassian.plugin.util.MultiDelegationClassLoader |
|---|
getResource, getResourceAsStream, loadClass |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransPluginClassLoader()
| Method Detail |
|---|
protected java.util.List getClassLoaders()
MultiDelegationClassLoader
getClassLoaders in class MultiDelegationClassLoaderpublic void setPluginManager(PluginAccessor pluginAccessor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||