Uses of Interface
org.aoju.bus.setting.magic.IniComment
Packages that use IniComment
Package
Description
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
配置文件格式化封装
配置文件实现封装
-
Uses of IniComment in org.aoju.bus.setting
Methods in org.aoju.bus.setting that return IniCommentModifier and TypeMethodDescriptioncreate a Comment by valueMethods in org.aoju.bus.setting that return types with arguments of type IniCommentMethods in org.aoju.bus.setting with parameters of type IniCommentModifier and TypeMethodDescriptionBuilder.IniPropertyCreator.create(String key, String value, int line, IniComment comment) create a property by valueBuilder.IniSectionCreator.create(String value, int line, IniComment comment) create a section by valueBuilder.plusProperties(Properties properties, IniComment comment) Plus propertiesBuilder.plusProperty(String key, String value, IniComment comment) Plus a propertyBuilder.plusSection(String value, IniComment comment) Plus a section with commentMethod parameters in org.aoju.bus.setting with type arguments of type IniCommentModifier and TypeMethodDescriptionFactory.apply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) 通过三个字符获取一个iniFormattervoidReaders.setCommentElementFormatterSupplier(Supplier<ElementFormatter<IniComment>> commentElementFormatterSupplier) -
Uses of IniComment in org.aoju.bus.setting.format
Fields in org.aoju.bus.setting.format with type parameters of type IniCommentModifier and TypeFieldDescriptionprotected final ElementFormatter<IniComment>DefaultFormatter.commentElementFormatterMethods in org.aoju.bus.setting.format that return IniCommentConstructor parameters in org.aoju.bus.setting.format with type arguments of type IniCommentModifierConstructorDescriptionDefaultFormatter(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) -
Uses of IniComment in org.aoju.bus.setting.magic
Classes in org.aoju.bus.setting.magic that implement IniCommentMethods in org.aoju.bus.setting.magic that return IniCommentModifier and TypeMethodDescriptionAbstractElement.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.IniPropertyImpl.getComment()default ini property's comment is null.Methods in org.aoju.bus.setting.magic that return types with arguments of type IniCommentModifier and TypeMethodDescriptiondefault Optional<IniComment>IniElement.getCommentOptional()there may be comments at the end of each element.Constructors in org.aoju.bus.setting.magic with parameters of type IniCommentModifierConstructorDescriptionIniSectionImpl(String value, int lineNumber, IniComment comment) IniSectionImpl(String value, String originalValue, int lineNumber, IniComment comment) IniSectionImpl(String value, String originalValue, int lineNumber, IniComment comment, Supplier<List<IniProperty>> listSupplier)