Package dyntabs.ai

Class EasyAIConfigLoader

java.lang.Object
dyntabs.ai.EasyAIConfigLoader

public final class EasyAIConfigLoader extends Object
Loads EasyAIConfig from easyai.properties on the classpath. Programmatic overrides take precedence over properties file values.
  • Method Details

    • load

      public static EasyAIConfig load()
      Loads configuration from the properties file only.
    • load

      public static EasyAIConfig load(EasyAIConfig.Builder overrides)
      Loads configuration from the properties file, then applies overrides from the provided builder. Non-null builder values take precedence.