Class BlankLineYamlCommentFormatter
java.lang.Object
org.simpleyaml.configuration.comments.format.YamlCommentFormatter
org.simpleyaml.configuration.comments.format.BlankLineYamlCommentFormatter
- All Implemented Interfaces:
org.simpleyaml.configuration.comments.format.CommentFormatter
YamlCommentFormat.BLANK_LINE formatter-
Field Summary
Fields inherited from class org.simpleyaml.configuration.comments.format.YamlCommentFormatter
blockFormatter, sideFormatter -
Constructor Summary
ConstructorsConstructorDescriptionBlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter) BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter) -
Method Summary
Methods inherited from class org.simpleyaml.configuration.comments.format.YamlCommentFormatter
blockFormatter, equals, formatterConfiguration, hashCode, parse, parseCommentLine, sideFormatter, stripPrefix, toString, trimMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.simpleyaml.configuration.comments.format.CommentFormatter
dump, dump, parse, parse, parse, parse, parse
-
Constructor Details
-
BlankLineYamlCommentFormatter
public BlankLineYamlCommentFormatter() -
BlankLineYamlCommentFormatter
-
BlankLineYamlCommentFormatter
public BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter)
-
-
Method Details
-
dump
public String dump(String comment, org.simpleyaml.configuration.comments.CommentType type, org.simpleyaml.configuration.comments.KeyTree.Node node) - Specified by:
dumpin interfaceorg.simpleyaml.configuration.comments.format.CommentFormatter- Overrides:
dumpin classYamlCommentFormatter
-