Package org.apache.maven.plugin.version
Interface PluginVersionResult
-
public interface PluginVersionResultDescribes the result of a plugin version resolution request.- Since:
- 3.0
- Author:
- Benjamin Bentmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.aether.repository.ArtifactRepositorygetRepository()The repository from which the plugin version was resolved.java.lang.StringgetVersion()The resolved plugin version.
-
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
The resolved plugin version.- Returns:
- The resolved plugin version, never
null.
-
getRepository
org.eclipse.aether.repository.ArtifactRepository getRepository()
The repository from which the plugin version was resolved.- Returns:
- The repository from which the plugin version was resolved, never
null.
-
-