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 Summary
 PluginPrefixResult resolve(PluginPrefixRequest request)
          Resolves the plugin prefix for the specified request.
 

Method Detail

resolve

PluginPrefixResult resolve(PluginPrefixRequest request)
                           throws NoPluginFoundForPrefixException
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 be null.
Returns:
The result of the prefix resolution, never null.
Throws:
NoPluginFoundForPrefixException - If the plugin prefix could not be resolved.


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.