Uses of Class
me.a8kj.config.builder.BasicConfigBuilder
Packages that use BasicConfigBuilder
-
Uses of BasicConfigBuilder in me.a8kj.config.builder
Methods in me.a8kj.config.builder that return BasicConfigBuilderModifier and TypeMethodDescriptionBasicConfigBuilder.at(PathProvider pathProvider) Sets the path provider used to resolve the physical location of the file.BasicConfigBuilder.memory(DataMemory<K> memory) Sets the memory storage implementation for holding the configuration data.BasicConfigBuilder.meta(ConfigMeta meta) Sets the metadata for the configuration, such as name and relative path.static <T> BasicConfigBuilder<T> Static factory method to initiate the builder with a specific key type.