Uses of Class
org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
Packages that use YamlHeaderFormatter
-
Uses of YamlHeaderFormatter in org.simpleyaml.configuration.comments.format
Methods in org.simpleyaml.configuration.comments.format that return YamlHeaderFormatterModifier and TypeMethodDescriptionYamlHeaderFormatter.commentPrefix(String commentPrefix) Sets the comment prefix to apply to every line of the header.YamlHeaderFormatter.commentSuffix(String suffixMultiline) Set the comment suffix to append to every line of the header.YamlHeaderFormatter.prefixFirst(String commentPrefixFirst) Sets the comment prefix to apply to the beginning of the header.YamlHeaderFormatter.stripPrefix(boolean stripPrefix) Set if stripping the prefix is desired.YamlHeaderFormatter.suffixLast(String suffixLast) Set the suffix to append to the end of the header. -
Uses of YamlHeaderFormatter in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that return YamlHeaderFormatter