Uses of Interface
org.miaixz.bus.setting.metric.ini.IniSection
Packages that use IniSection
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 formatting and parsing lines within configuration files, specifically for the INI format.
Provides classes that model the structure of an INI configuration file, including sections, properties, and comments.
-
Uses of IniSection in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return types with arguments of type IniSectionMethod parameters in org.miaixz.bus.setting with type arguments of type IniSectionModifier and TypeMethodDescriptionvoidLoader.setSectionElementFormatterSupplier(Supplier<ElementFormatter<IniSection>> sectionElementFormatterSupplier) Sets the supplier for the section formatter. -
Uses of IniSection in org.miaixz.bus.setting.format
Fields in org.miaixz.bus.setting.format declared as IniSectionModifier and TypeFieldDescriptionprotected IniSectionDefaultFormatter.lastSectionThe most recently parsed section, used to associate properties with it.Fields in org.miaixz.bus.setting.format with type parameters of type IniSectionModifier and TypeFieldDescriptionprotected final ElementFormatter<IniSection> DefaultFormatter.sectionElementFormatterFormatter for section headers.Methods in org.miaixz.bus.setting.format that return IniSection -
Uses of IniSection in org.miaixz.bus.setting.metric.ini
Classes in org.miaixz.bus.setting.metric.ini that implement IniSectionMethods in org.miaixz.bus.setting.metric.ini that return IniSectionModifier and TypeMethodDescriptionIniSectionCreator.create(String value, int line, IniComment comment) create a section by valueIniProperty.getSection()section getter.IniPropertyService.getSection()Methods in org.miaixz.bus.setting.metric.ini with parameters of type IniSectionModifier and TypeMethodDescriptionvoidIniProperty.setSection(IniSection section) section setter.voidIniPropertyService.setSection(IniSection section) Constructors in org.miaixz.bus.setting.metric.ini with parameters of type IniSectionModifierConstructorDescriptionIniPropertyService(IniSection section, String key, String value, int lineNumber) IniProperty constructorIniPropertyService(IniSection section, String key, String value, String originalValue, int lineNumber) IniProperty constructor