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
(@NotNull String name)
| 34 | * @return Plugin if it exists, otherwise null |
| 35 | */ |
| 36 | @Nullable |
| 37 | public Plugin getPlugin(@NotNull String name); |
| 38 | |
| 39 | /** |
no outgoing calls
no test coverage detected