Uses of Class
edu.umd.cs.findbugs.PluginException
-
Packages that use PluginException Package Description edu.umd.cs.findbugs 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.findbugs Modifier and Type Class Description classPluginDoesntContainMetadataExceptionMethods in edu.umd.cs.findbugs that throw PluginException Modifier and Type Method Description static PluginPlugin. addCustomPlugin(java.net.URI u)static PluginPlugin. addCustomPlugin(java.net.URI u, java.lang.ClassLoader parent)static PluginPlugin. addCustomPlugin(java.net.URL u)static PluginPlugin. addCustomPlugin(java.net.URL u, java.lang.ClassLoader parent)org.dom4j.DocumentPluginLoader. getPluginDescriptor()static PluginLoaderPluginLoader. getPluginLoader(java.net.URL url, java.lang.ClassLoader parent, boolean isInitial, boolean optional)static PluginPlugin. loadCustomPlugin(java.io.File f, Project project)Loads the given plugin and enables it for the given project.static PluginPlugin. loadCustomPlugin(java.net.URL urlString, Project project)Loads the given plugin and enables it for the given project.PluginPluginLoader. loadPlugin()Get the Plugin.Constructors in edu.umd.cs.findbugs that throw PluginException Constructor Description PluginLoader()Deprecated.PluginLoader(boolean fake, java.net.URL url)Deprecated.PluginLoader(java.net.URL url)Deprecated.PluginLoader(java.net.URL url, java.lang.ClassLoader parent)Deprecated.UsePluginLoader(URL,URI,ClassLoader,boolean,boolean)instead
-