Uses of Interface
org.miaixz.bus.setting.metric.ini.IniProperty
Packages that use IniProperty
Package
Description
Setting模块主要针对Properties文件读写做封装,同时定义一套自己的配置文件规范,实现兼容性良好的配置工具。
配置文件格式化封装
ini配置文件实现封装
-
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) -
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.propertyElementFormatterMethods in org.miaixz.bus.setting.format that return IniPropertyModifier and TypeMethodDescription此方法不会检查值,因此您应该首先PropertyFormatter.check(String)但是,不检查并不一定会报告错误,但可能会导致违规 -
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.IniSection.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list.IniSectionService.getList()get IniProperty list.IniSectionService.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty 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.IniSectionService.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty 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)