public class BlankLineYamlCommentFormatter extends YamlCommentFormatter
YamlCommentFormat.BLANK_LINE formatterblockFormatter, sideFormatter| Constructor and Description | 
|---|
| BlankLineYamlCommentFormatter() | 
| BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter) | 
| BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter,
                             YamlSideCommentFormatterConfiguration sideFormatter) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | dump(String comment,
    org.simpleyaml.configuration.comments.CommentType type,
    org.simpleyaml.configuration.comments.KeyTree.Node node) | 
blockFormatter, equals, formatterConfiguration, hashCode, parse, parseCommentLine, sideFormatter, stripPrefix, toString, trimpublic BlankLineYamlCommentFormatter()
public BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter)
public BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter)
public String dump(String comment, org.simpleyaml.configuration.comments.CommentType type, org.simpleyaml.configuration.comments.KeyTree.Node node)
dump in interface org.simpleyaml.configuration.comments.format.CommentFormatterdump in class YamlCommentFormatterCopyright © 2023. All rights reserved.