public interface PluginPrefixResolver
| Modifier and Type | Method and Description | 
|---|---|
| PluginPrefixResult | resolve(PluginPrefixRequest request)Resolves the plugin prefix for the specified request. | 
PluginPrefixResult resolve(PluginPrefixRequest request) throws NoPluginFoundForPrefixException
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–2017 The Apache Software Foundation. All rights reserved.