public interface PluginVersionResolver
| Modifier and Type | Method and Description | 
|---|---|
PluginVersionResult | 
resolve(PluginVersionRequest request)
Resolves the version for the specified request. 
 | 
PluginVersionResult resolve(PluginVersionRequest request) throws PluginVersionResolutionException
request - The request that holds the details about the plugin and the repositories to consult, must not be
            null.null.PluginVersionResolutionException - If the plugin version could not be resolved.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.