public interface PluginResolveDetails
Modifier and Type | Method | Description |
---|---|---|
PluginRequest |
getRequested() |
Get the plugin that was requested.
|
PluginRequest |
getTarget() |
The target plugin request to use.
|
void |
useModule(Object notation) |
Sets the implementation module to use for this plugin.
|
void |
useVersion(String version) |
Sets the version of the plugin to use.
|
PluginRequest getRequested()
void useModule(Object notation)
notation
- the module to use, supports the same notations as DependencyHandler
void useVersion(@Nullable String version)
version
- version to usePluginRequest getTarget()