public interface PluginResolutionStrategy
PluginRequest
s before they are resolved.Modifier and Type | Method | Description |
---|---|---|
void |
eachPlugin(Action<? super PluginResolveDetails> rule) |
Adds an action that is executed for each plugin that is resolved.
|
void eachPlugin(Action<? super PluginResolveDetails> rule)
PluginResolveDetails
parameter contains information about
the plugin that was requested and allows the rule to modify which plugin
will actually be resolved.