Uses of Class
org.rhq.core.pc.plugin.PluginClassLoader

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.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.