Uses of Enum
org.simpleyaml.configuration.comments.format.YamlCommentFormat
Packages that use YamlCommentFormat
-
Uses of YamlCommentFormat in org.simpleyaml.configuration.comments.format
Methods in org.simpleyaml.configuration.comments.format that return YamlCommentFormatModifier and TypeMethodDescriptionstatic YamlCommentFormatReturns the enum constant of this type with the specified name.static YamlCommentFormat[]YamlCommentFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of YamlCommentFormat in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file with parameters of type YamlCommentFormatModifier and TypeMethodDescriptionYamlFileWrapper.comment(String comment, YamlCommentFormat yamlCommentFormat) Set a block comment to the section or value selected by path.YamlFileWrapper.commentSide(String comment, YamlCommentFormat yamlCommentFormat) Set a side comment to the section or value selected by path.YamlFile.getComment(String path, CommentType type, YamlCommentFormat yamlCommentFormat) Retrieve the comment of the section or value selected by path.YamlFile.getComment(String path, YamlCommentFormat yamlCommentFormat) Retrieve the block comment of the section or value selected by path.voidYamlFile.setComment(String path, String comment, CommentType type, YamlCommentFormat yamlCommentFormat) Set a comment to the section or value selected by path.voidYamlFile.setComment(String path, String comment, YamlCommentFormat yamlCommentFormat) Set a block comment to the section or value selected by path.voidYamlFile.setCommentFormat(YamlCommentFormat yamlCommentFormat) Change the comment formatter to one of the defaults provided byYamlCommentFormat.