Interface Version

  • All Superinterfaces:
    java.lang.Comparable<Version>
    All Known Implementing Classes:
    GenericVersion, TestVersion

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Gets the original string representation of the version.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • toString

        java.lang.String toString()
        Gets the original string representation of the version.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation of the version, never null.