org.apache.maven.plugin.prefix
Interface PluginPrefixResult


public interface PluginPrefixResult

Describes the result of a plugin prefix resolution request.

Since:
3.0
Author:
Benjamin Bentmann

Method Summary
 String getArtifactId()
          The resolved artifact id for the plugin.
 String getGroupId()
          The resolved group id for the plugin.
 ArtifactRepository getRepository()
          The repository from which the plugin prefix was resolved.
 

Method Detail

getGroupId

String getGroupId()
The resolved group id for the plugin.

Returns:
The resolved group id for the plugin, never null.

getArtifactId

String getArtifactId()
The resolved artifact id for the plugin.

Returns:
The resolved artifact id for the plugin, never null.

getRepository

ArtifactRepository getRepository()
The repository from which the plugin prefix was resolved.

Returns:
The repository from which the plugin prefix was resolved or null if the prefix was resolved from the supplied POM.


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