Class AetherVersion

  • All Implemented Interfaces:
    java.lang.Comparable<org.eclipse.aether.version.Version>, org.eclipse.aether.version.Version

    class AetherVersion
    extends java.lang.Object
    implements org.eclipse.aether.version.Version
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.aether.version.Version version  
    • Constructor Summary

      Constructors 
      Constructor Description
      AetherVersion​(java.lang.String version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(org.eclipse.aether.version.Version other)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • version

        private final org.eclipse.aether.version.Version version
    • Method Detail

      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface org.eclipse.aether.version.Version
        Overrides:
        toString in class java.lang.Object
      • compareTo

        public int compareTo​(org.eclipse.aether.version.Version other)
        Specified by:
        compareTo in interface java.lang.Comparable<org.eclipse.aether.version.Version>