Interface PluginVersionResult


public interface PluginVersionResult
Describes the result of a plugin version resolution request.
Since:
3.0
Author:
Benjamin Bentmann
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.aether.repository.ArtifactRepository
    The repository from which the plugin version was resolved.
    The resolved plugin version.
  • Method Details

    • getVersion

      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.