Package | Description |
---|---|
org.simpleyaml.configuration.comments.format | |
org.simpleyaml.configuration.file |
Modifier and Type | Class and Description |
---|---|
class |
BlankLineYamlCommentFormatter
YamlCommentFormat.BLANK_LINE formatter |
class |
PrettyYamlCommentFormatter
YamlCommentFormat.PRETTY formatter |
class |
YamlCommentFormatter
Comment formatter to parse and dump YAML comments (using the # prefix).
|
class |
YamlHeaderFormatter
The header is the first block comment at the top of the configuration file.
|
Modifier and Type | Method and Description |
---|---|
CommentFormatter |
FileConfigurationOptions.headerFormatter()
Gets the header format used for parsing and dumping the header.
|
Modifier and Type | Method and Description |
---|---|
YamlConfigurationOptions |
YamlConfigurationOptions.headerFormatter(CommentFormatter headerFormatter) |
FileConfigurationOptions |
FileConfigurationOptions.headerFormatter(CommentFormatter headerFormatter)
Sets the header format used for parsing and dumping the header.
|
Copyright © 2023. All rights reserved.