Class ComparatorBuilder

java.lang.Object
ml.karmaconfigs.api.common.utils.string.ComparatorBuilder

public final class ComparatorBuilder extends Object
Karma comparator builder
  • Method Details

    • currentVersion

      public ComparatorBuilder currentVersion(String c)
      Set the current version
      Parameters:
      c - the current version
      Returns:
      this instance
    • checkVersion

      public ComparatorBuilder checkVersion(String c)
      Set the check version
      Parameters:
      c - the check version
      Returns:
      this instance
    • getCurrentVersion

      public String getCurrentVersion()
      Get the current version
      Returns:
      the current version
    • getCheckVersion

      public String getCheckVersion()
      Get the check version
      Returns:
      the check version