Package org.apache.jmeter.plugin
Class PluginManager
- java.lang.Object
-
- org.apache.jmeter.plugin.PluginManager
-
public final class PluginManager extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
install(JMeterPlugin plugin, boolean useGui)
Installs a plugin.
-
-
-
Method Detail
-
install
public static void install(JMeterPlugin plugin, boolean useGui)
Installs a plugin.- Parameters:
plugin
- the plugin to installuseGui
- indication of whether or not the gui will be used
-
-