Interface PluginVersionResult


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

      • 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.