PluginPrefixResolver@Component(role=PluginPrefixResolver.class) public class DefaultPluginPrefixResolver extends java.lang.Object implements PluginPrefixResolver
| Constructor | Description |
|---|---|
DefaultPluginPrefixResolver() |
| Modifier and Type | Method | Description |
|---|---|---|
PluginPrefixResult |
resolve(PluginPrefixRequest request) |
Resolves the plugin prefix for the specified request.
|
public PluginPrefixResult resolve(PluginPrefixRequest request) throws NoPluginFoundForPrefixException
PluginPrefixResolverresolve in interface PluginPrefixResolverrequest - The request that holds the details about the plugin and the repositories to consult, must not be
null.null.NoPluginFoundForPrefixException - If the plugin prefix could not be resolved.