Uses of Interface
ai.dat.core.configuration.WritableConfig
Packages that use WritableConfig
-
Uses of WritableConfig in ai.dat.core.configuration
Classes in ai.dat.core.configuration that implement WritableConfigModifier and TypeClassDescriptionclassLightweight configuration object which stores key/value pairs.Methods in ai.dat.core.configuration that return WritableConfigModifier and TypeMethodDescription<T> WritableConfigWritableConfig.set(ConfigOption<T> option, T value) Stores a given value using the metadata included in theConfigOption.