|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginClassLoader | |
|---|---|
| org.rhq.core.pc.plugin | |
| Uses of PluginClassLoader in org.rhq.core.pc.plugin |
|---|
| Methods in org.rhq.core.pc.plugin that return PluginClassLoader | |
|---|---|
static PluginClassLoader |
PluginClassLoader.create(String pluginJarName,
URL[] pluginUrls,
boolean unpackNestedJars,
ClassLoader parent,
File tmpDirectory)
Creates a classloader for the given named plugin whose plugin jar is found at the URL found in the first index of the given URL array. |
static PluginClassLoader |
PluginClassLoader.create(String pluginJarName,
URL pluginUrl,
boolean unpackNestedJars,
ClassLoader parent,
File tmpDirectory)
Creates a classloader for the given named plugin whose plugin jar is found at the given URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||