Uses of Interface
org.simpleyaml.configuration.comments.format.CommentFormatter
Packages that use CommentFormatter
-
Uses of CommentFormatter in org.simpleyaml.configuration.comments.format
Classes in org.simpleyaml.configuration.comments.format that implement CommentFormatterModifier and TypeClassDescriptionclassYamlCommentFormat.BLANK_LINEformatterclassYamlCommentFormat.PRETTYformatterclassComment formatter to parse and dump YAML comments (using the # prefix).classThe header is the first block comment at the top of the configuration file. -
Uses of CommentFormatter in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that return CommentFormatterModifier and TypeMethodDescriptionFileConfigurationOptions.headerFormatter()Gets the header format used for parsing and dumping the header.Methods in org.simpleyaml.configuration.file with parameters of type CommentFormatterModifier and TypeMethodDescriptionFileConfigurationOptions.headerFormatter(CommentFormatter headerFormatter) Sets the header format used for parsing and dumping the header.YamlConfigurationOptions.headerFormatter(CommentFormatter headerFormatter)