Uses of Class
org.miaixz.bus.setting.format.CommentFormatter
Packages that use CommentFormatter
Package
Description
Provides classes for formatting and parsing lines within configuration files, specifically for the INI format.
-
Uses of CommentFormatter in org.miaixz.bus.setting.format
Methods in org.miaixz.bus.setting.format that return CommentFormatterModifier and TypeMethodDescriptionprotected CommentFormatterAbstractFormatter.getCommentElementFormatter()Gets the current comment element formatter.Methods in org.miaixz.bus.setting.format with parameters of type CommentFormatterModifier and TypeMethodDescriptionprotected voidAbstractFormatter.setCommentElementFormatter(CommentFormatter commentElementFormatter) Sets the comment element formatter.Constructors in org.miaixz.bus.setting.format with parameters of type CommentFormatterModifierConstructorDescriptionAbstractFormatter(CommentFormatter commentElementFormatter) Constructs an AbstractFormatter with a specific comment formatter.PropertyFormatter(char split, CommentFormatter commentElementFormatter) Constructs a PropertyFormatter with a specific split character and comment formatter.PropertyFormatter(CommentFormatter commentElementFormatter) Constructs a PropertyFormatter with a specific comment formatter and default split character ('=').SectionFormatter(char head, char end, CommentFormatter commentElementFormatter) Constructs a SectionFormatter with custom delimiters and a specific comment formatter.SectionFormatter(CommentFormatter commentElementFormatter) Constructs a SectionFormatter with a specific comment formatter and default section delimiters ('[' and ']').