Checks if the given plugin is loaded and returns it when applicable Please note that the name of the plugin is case-sensitive @param name Name of the plugin to check @return Plugin if it exists, otherwise null
(String name)
| 31 | * @return Plugin if it exists, otherwise null |
| 32 | */ |
| 33 | public Plugin getPlugin(String name); |
| 34 | |
| 35 | /** |
| 36 | * Gets a list of all currently loaded plugins |
no outgoing calls
no test coverage detected