Package dyntabs.ai
Class EasyAIConfigLoader
java.lang.Object
dyntabs.ai.EasyAIConfigLoader
Loads
EasyAIConfig from easyai.properties on the classpath.
Programmatic overrides take precedence over properties file values.-
Method Summary
Modifier and TypeMethodDescriptionstatic EasyAIConfigload()Loads configuration from the properties file only.static EasyAIConfigload(EasyAIConfig.Builder overrides) Loads configuration from the properties file, then applies overrides from the provided builder.
-
Method Details
-
load
Loads configuration from the properties file only. -
load
Loads configuration from the properties file, then applies overrides from the provided builder. Non-null builder values take precedence.
-