Uses of Class
org.miaixz.bus.setting.magic.GroupedMap
Packages that use GroupedMap
Package
Description
Provides a comprehensive toolkit for handling configuration files, including an enhanced
.properties-style
format (.setting) with support for grouping and variable substitution, as well as INI and YAML file support.Provides classes for managing and accessing settings, including support for grouped configurations and environment
profiles.
-
Uses of GroupedMap in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return GroupedMapModifier and TypeMethodDescriptionSetting.getGroupedMap()Gets the underlyingGroupedMapthat stores the settings.Loader.load(InputStream inputStream) Loads settings from anInputStream.Loader.load(org.miaixz.bus.core.io.resource.Resource resource) Loads a settings file from the given resource.Methods in org.miaixz.bus.setting with parameters of type GroupedMapModifier and TypeMethodDescriptionvoidLoader.store(GroupedMap groupedMap, File file) Stores the current settings to a file, overwriting its content.voidLoader.store(GroupedMap groupedMap, String absolutePath) Stores the current settings to a file at the specified absolute path, overwriting its content. -
Uses of GroupedMap in org.miaixz.bus.setting.magic
Methods in org.miaixz.bus.setting.magic that return GroupedMapModifier and TypeMethodDescriptionClears all key-value pairs from a specific group.Puts all key-value pairs from a map into a specific group.