Uses of Interface
org.miaixz.bus.setting.metric.ini.IniProperty
Packages that use IniProperty
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 IniProperty in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return types with arguments of type IniPropertyMethod parameters in org.miaixz.bus.setting with type arguments of type IniPropertyModifier and TypeMethodDescriptionvoidLoader.setPropertyElementFormatterSupplier(Supplier<ElementFormatter<IniProperty>> propertyElementFormatterSupplier) Sets the supplier for the property formatter. -
Uses of IniProperty in org.miaixz.bus.setting.format
Fields in org.miaixz.bus.setting.format with type parameters of type IniPropertyModifier and TypeFieldDescriptionprotected final ElementFormatter<IniProperty> DefaultFormatter.propertyElementFormatterFormatter for property lines (key-value pairs).Methods in org.miaixz.bus.setting.format that return IniProperty -
Uses of IniProperty in org.miaixz.bus.setting.metric.ini
Classes in org.miaixz.bus.setting.metric.ini that implement IniPropertyModifier and TypeClassDescriptionclassIni file's parameters, likeproperty1=value1Methods in org.miaixz.bus.setting.metric.ini that return IniPropertyModifier and TypeMethodDescriptionIniPropertyCreator.create(String key, String value, int line, IniComment comment) create a property by valueMethods in org.miaixz.bus.setting.metric.ini that return types with arguments of type IniPropertyModifier and TypeMethodDescriptionIniSection.getList()get IniProperty list. will copy a new list.IniSection.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.IniSectionService.getList()get IniProperty list. will copy a new list.IniSectionService.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.IniSectionService.getProxyList()if you want to get theIniPropertylist, useIniSectionService.getList()orIniSectionService.getList(Supplier).Method parameters in org.miaixz.bus.setting.metric.ini with type arguments of type IniPropertyModifier and TypeMethodDescriptionIniSection.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.IniSectionService.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.Constructor parameters in org.miaixz.bus.setting.metric.ini with type arguments of type IniPropertyModifierConstructorDescriptionIniSectionService(String value, String originalValue, int lineNumber, Supplier<List<IniProperty>> listSupplier) IniSectionService(String value, String originalValue, int lineNumber, IniComment comment, Supplier<List<IniProperty>> listSupplier)