Interface Healenium

All Superinterfaces:
org.aeonbits.owner.Config, EngineProperties<Healenium>, Serializable

@Sources({"system:properties","file:src/main/resources/properties/healenium.properties","file:src/main/resources/properties/default/healenium.properties","classpath:healenium.properties"}) public interface Healenium extends EngineProperties<Healenium>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.aeonbits.owner.Config

    org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    int
     
     
     
    int
     
    set()
     
  • Method Details

    • recoveryTries

      @Key("recovery-tries") @DefaultValue("1") int recoveryTries()
    • scoreCap

      @Key("score-cap") @DefaultValue("0.5") String scoreCap()
    • healEnabled

      @Key("heal-enabled") @DefaultValue("false") boolean healEnabled()
    • serverHost

      @Key("serverHost") @DefaultValue("localhost") String serverHost()
    • serverPort

      @Key("serverPort") @DefaultValue("7878") int serverPort()
    • imitatePort

      @Key("imitatePort") @DefaultValue("8000") int imitatePort()
    • set

      default Healenium.SetProperty set()
      Specified by:
      set in interface EngineProperties<Healenium>