Class ConfigDefinition.VersionComparator

  • All Implemented Interfaces:
    java.util.Comparator<java.lang.String>
    Enclosing class:
    ConfigDefinition

    public static class ConfigDefinition.VersionComparator
    extends java.lang.Object
    implements java.util.Comparator<java.lang.String>
    Compares def-versions. Examples: 2 is higher than 1, and 2-0-0 is higher than 1-2-2 but the same as 2.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(java.lang.String o1, java.lang.String o2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • VersionComparator

        public VersionComparator()
    • Method Detail

      • compare

        public int compare​(java.lang.String o1,
                           java.lang.String o2)
                    throws java.lang.ClassCastException
        Specified by:
        compare in interface java.util.Comparator<java.lang.String>
        Throws:
        java.lang.ClassCastException