Interface Version

All Superinterfaces:
Comparable<Version>
All Known Implementing Classes:
TestVersion

public interface Version extends Comparable<Version>
A parsed artifact version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the original string representation of the version.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • toString

      Gets the original string representation of the version.
      Overrides:
      toString in class Object
      Returns:
      The string representation of the version, never null.