Package org.apache.maven.plugin.prefix
Interface PluginPrefixResolver
- All Known Implementing Classes:
 DefaultPluginPrefixResolver
public interface PluginPrefixResolver
Resolves a plugin prefix.
- Since:
 - 3.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionresolve(PluginPrefixRequest request) Resolves the plugin prefix for the specified request. 
- 
Method Details
- 
resolve
Resolves the plugin prefix for the specified request.- Parameters:
 request- The request that holds the details about the plugin and the repositories to consult, must not benull.- Returns:
 - The result of the prefix resolution, never 
null. - Throws:
 NoPluginFoundForPrefixException- If the plugin prefix could not be resolved.
 
 -