Class SemanticVersionComparator

  • All Implemented Interfaces:

    
    public final class SemanticVersionComparator
    
                        

    Utility-class to compare to versions of semantic-format against each other and determine whether one is newer than the other.

    Author:

    Griefed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class SemanticVersionComparator.Companion

      Semantic-version comparison, used to decide whether an update is newer.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SemanticVersionComparator

        SemanticVersionComparator()
    • Method Detail