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 voidPluginLoader.addCollection(List<org.dom4j.Document> messageCollectionList, String filename) static PluginPlugin.addCustomPlugin(URI u) static PluginPlugin.addCustomPlugin(URI u, ClassLoader parent) static PluginPlugin.addCustomPlugin(URL u) static PluginPlugin.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.NodePluginLoader.findMessageNode(List<org.dom4j.Document> messageCollectionList, String xpath, String missingMsg) private static StringPluginLoader.getChildText(org.dom4j.Node node, String childName) private static <T> Class<? extends T> PluginLoader.getClass(ClassLoader loader, String className, Class<T> type) private DetectorFactorySelectorPluginLoader.getConstraintSelector(org.dom4j.Element constraintElement, Plugin plugin, String singleDetectorElementName) private List<org.dom4j.Document> PluginLoader.getMessageDocuments()org.dom4j.DocumentPluginLoader.getPluginDescriptor()static PluginLoaderPluginLoader.getPluginLoader(URL url, ClassLoader parent, boolean isInitial, boolean optional) private PluginPluginLoader.init()private <T> voidPluginLoader.loadComponentPlugin(Plugin plugin, Class<T> componentKind, String componentClassname, String filterId, boolean disabled, String description, String details, PropertyBundle properties) static PluginPlugin.loadCustomPlugin(File f, Project project) Loads the given plugin and enables it for the given project.static PluginPlugin.loadCustomPlugin(URL urlString, Project project) Loads the given plugin and enables it for the given project.PluginLoader.loadPlugin()Get the Plugin.private voidPluginLoader.loadPluginComponents()private static URIConstructors in edu.umd.cs.findbugs that throw PluginExceptionModifierConstructorDescriptionDeprecated.PluginLoader(URL url) Deprecated.PluginLoader(URL url, ClassLoader parent) Deprecated.privatePluginLoader(URL url, URI uri, ClassLoader parent, boolean isInitial, boolean optional) Constructor.
PluginLoader(URL,URI,ClassLoader,boolean,boolean)instead