public interface AppPluginRegistry<T extends AppPlugin>
AppPlugins
.Modifier and Type | Method and Description |
---|---|
T |
getPlugin(String id)
Returns the registered plugin with the given name or
null if the plugin does not exist. |
List<T> |
getPlugins()
Returns all registered plugins
|
Copyright © 2022. All rights reserved.