Uses of Class
edu.umd.cs.findbugs.PluginException
Packages that use PluginException
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.-
Uses of PluginException in edu.umd.cs.findbugs
Subclasses of PluginException in edu.umd.cs.findbugsMethods in edu.umd.cs.findbugs that throw PluginExceptionModifier and TypeMethodDescriptionprivate void
PluginLoader.addCollection
(List<org.dom4j.Document> messageCollectionList, String filename) static Plugin
Plugin.addCustomPlugin
(URI u) static Plugin
Plugin.addCustomPlugin
(URI u, ClassLoader parent) static Plugin
Plugin.addCustomPlugin
(URL u) static Plugin
Plugin.addCustomPlugin
(URL u, ClassLoader parent) private static URL[]
PluginLoader.createClassloaderUrls
(URL url) Patch for issue 3429143: allow plugins load classes/resources from 3rd party jarsprivate static org.dom4j.Node
PluginLoader.findMessageNode
(List<org.dom4j.Document> messageCollectionList, String xpath, String missingMsg) private static String
PluginLoader.getChildText
(org.dom4j.Node node, String childName) private static <T> Class
<? extends T> PluginLoader.getClass
(ClassLoader loader, String className, Class<T> type) private DetectorFactorySelector
PluginLoader.getConstraintSelector
(org.dom4j.Element constraintElement, Plugin plugin, String singleDetectorElementName) private List
<org.dom4j.Document> PluginLoader.getMessageDocuments()
org.dom4j.Document
PluginLoader.getPluginDescriptor()
static PluginLoader
PluginLoader.getPluginLoader
(URL url, ClassLoader parent, boolean isInitial, boolean optional) private Plugin
PluginLoader.init()
private <T> void
PluginLoader.loadComponentPlugin
(Plugin plugin, Class<T> componentKind, String componentClassname, String filterId, boolean disabled, String description, String details, PropertyBundle properties) static Plugin
Plugin.loadCustomPlugin
(File f, Project project) Loads the given plugin and enables it for the given project.static Plugin
Plugin.loadCustomPlugin
(URL urlString, Project project) Loads the given plugin and enables it for the given project.PluginLoader.loadPlugin()
Get the Plugin.private void
PluginLoader.loadPluginComponents()
private static URI
Constructors in edu.umd.cs.findbugs that throw PluginExceptionModifierConstructorDescriptionDeprecated.PluginLoader
(URL url) Deprecated.PluginLoader
(URL url, ClassLoader parent) Deprecated.private
PluginLoader
(URL url, URI uri, ClassLoader parent, boolean isInitial, boolean optional) Constructor.
PluginLoader(URL,URI,ClassLoader,boolean,boolean)
instead