Enum Class HealingStrategy

java.lang.Object
java.lang.Enum<HealingStrategy>
com.shaft.gui.internal.healing.HealingStrategy
All Implemented Interfaces:
Serializable, Comparable<HealingStrategy>, Constable

public enum HealingStrategy extends Enum<HealingStrategy>
Effective element recovery strategy.
  • Enum Constant Details

  • Method Details

    • values

      public static HealingStrategy[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HealingStrategy valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • current

      public static HealingStrategy current()
      Resolves the current strategy while preserving the legacy heal-enabled=true Healenium configuration.
      Returns:
      effective strategy
    • parse

      public static HealingStrategy parse(String value)
      Parses a configured strategy.
      Parameters:
      value - configured value
      Returns:
      normalized strategy, or DISABLED for unknown values
    • usesHealenium

      public boolean usesHealenium()
      Returns:
      whether Healenium should wrap the driver
    • usesShaftHeal

      public boolean usesShaftHeal()
      Returns:
      whether the optional SHAFT Heal provider should be called