edu.umd.cs.findbugs
public class PluginLoader extends URLClassLoader
The PluginLoader creates a Plugin object to store the Detector factories and metadata.
See Also: Plugin PluginException
| Constructor Summary | |
|---|---|
| PluginLoader(URL url)
Constructor.
| |
| PluginLoader(URL url, ClassLoader parent)
Constructor.
| |
| Method Summary | |
|---|---|
| Plugin | getPlugin()
Get the Plugin. |
Parameters: url the URL of the plugin Jar file
Throws: PluginException if the plugin cannot be fully loaded
Parameters: url the URL of the plugin Jar file parent the parent classloader
Throws: PluginException if the plugin cannot be fully loaded