@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
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.Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.