Uses of Class
ai.dat.core.configuration.Configuration
Packages that use Configuration
-
Uses of Configuration in ai.dat.core.configuration
Methods in ai.dat.core.configuration that return ConfigurationModifier and TypeMethodDescriptionstatic ConfigurationCreates a new configuration that is initialized with the options of the given map.<T> ConfigurationConfiguration.set(ConfigOption<T> option, T value) Methods in ai.dat.core.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfiguration.addAll(Configuration other) voidConfiguration.addAll(Configuration other, String prefix) Adds all entries from the given configuration into this configuration.Constructors in ai.dat.core.configuration with parameters of type ConfigurationModifierConstructorDescriptionConfiguration(Configuration other) Creates a new configuration with the copy of the given configuration.