public interface PluginRequest
Modifier and Type | Method | Description |
---|---|---|
PluginId |
getId() |
The ID of the plugin requested.
|
ModuleVersionSelector |
getModule() |
The implementation module of the plugin if one was explicitly specified, otherwise null.
|
String |
getVersion() |
The version of the plugin if one was specified, otherwise null.
|
PluginId getId()
@Nullable String getVersion()
@Nullable ModuleVersionSelector getModule()