Package org.apache.maven.plugin.prefix
Interface PluginPrefixResolver
- All Known Implementing Classes:
- DefaultPluginPrefixResolver
public interface PluginPrefixResolver
Resolves a plugin prefix.
- Since:
- 3.0
- Author:
- Benjamin Bentmann
- 
Method SummaryModifier and TypeMethodDescriptionresolve(PluginPrefixRequest request) Resolves the plugin prefix for the specified request.
- 
Method Details- 
resolveResolves 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 be- null.
- Returns:
- The result of the prefix resolution, never null.
- Throws:
- NoPluginFoundForPrefixException- If the plugin prefix could not be resolved.
 
 
-