public interface PluginFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PluginContainer> |
all()
Gets a collection of all plugins.
|
PluginContainer |
find(java.lang.String id)
Finds a plugin by the specified id.
|
@NonNull java.util.Collection<PluginContainer> all()
@Nullable PluginContainer find(@NonNull java.lang.String id)
id - the idnull if no plugin with the specified id could be found