@Component(role=PluginPrefixResolver.class) public class DefaultPluginPrefixResolver extends Object implements PluginPrefixResolver
Constructor and Description |
---|
DefaultPluginPrefixResolver() |
Modifier and Type | Method and Description |
---|---|
PluginPrefixResult |
resolve(PluginPrefixRequest request)
Resolves the plugin prefix for the specified request.
|
public DefaultPluginPrefixResolver()
public PluginPrefixResult resolve(PluginPrefixRequest request) throws NoPluginFoundForPrefixException
PluginPrefixResolver
resolve
in interface PluginPrefixResolver
request
- 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.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.