Uses of Interface
org.miaixz.bus.setting.metric.ini.IniComment
Packages that use IniComment
Package
Description
Setting模块主要针对Properties文件读写做封装,同时定义一套自己的配置文件规范,实现兼容性良好的配置工具。
配置文件格式化封装
ini配置文件实现封装
-
Uses of IniComment in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return types with arguments of type IniCommentMethod parameters in org.miaixz.bus.setting with type arguments of type IniCommentModifier and TypeMethodDescriptionFactory.apply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) 通过三个字符获取一个iniFormattervoidLoader.setCommentElementFormatterSupplier(Supplier<ElementFormatter<IniComment>> commentElementFormatterSupplier) -
Uses of IniComment in org.miaixz.bus.setting.format
Fields in org.miaixz.bus.setting.format with type parameters of type IniCommentModifier and TypeFieldDescriptionprotected final ElementFormatter<IniComment> DefaultFormatter.commentElementFormatterMethods in org.miaixz.bus.setting.format that return IniCommentConstructor parameters in org.miaixz.bus.setting.format with type arguments of type IniCommentModifierConstructorDescriptionDefaultFormatter(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) -
Uses of IniComment in org.miaixz.bus.setting.metric.ini
Classes in org.miaixz.bus.setting.metric.ini that implement IniCommentMethods in org.miaixz.bus.setting.metric.ini that return IniCommentModifier and TypeMethodDescriptioncreate a Comment by valueAbstractElement.getComment()default IniCommentIniComment.getComment()there may be comments at the end of each element.IniElement.getComment()there may be comments at the end of each element.IniPropertyService.getComment()default ini property's comment is null.Methods in org.miaixz.bus.setting.metric.ini that return types with arguments of type IniCommentModifier and TypeMethodDescriptiondefault Optional<IniComment> IniElement.getCommentOptional()there may be comments at the end of each element.Methods in org.miaixz.bus.setting.metric.ini with parameters of type IniCommentModifier and TypeMethodDescriptionIniPropertyCreator.create(String key, String value, int line, IniComment comment) create a property by valueIniSectionCreator.create(String value, int line, IniComment comment) create a section by valueINI.plusProperties(Properties properties, IniComment comment) Plus propertiesINI.plusProperty(String key, String value, IniComment comment) Plus a propertyINI.plusSection(String value, IniComment comment) Plus a section with commentConstructors in org.miaixz.bus.setting.metric.ini with parameters of type IniCommentModifierConstructorDescriptionIniSectionService(String value, int lineNumber, IniComment comment) IniSectionService(String value, String originalValue, int lineNumber, IniComment comment) IniSectionService(String value, String originalValue, int lineNumber, IniComment comment, Supplier<List<IniProperty>> listSupplier)