Uses of Class
org.simpleyaml.configuration.file.YamlFileWrapper
Packages that use YamlFileWrapper
-
Uses of YamlFileWrapper in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that return YamlFileWrapperModifier and TypeMethodDescriptionYamlFileWrapper.addDefault(Object value) YamlFileWrapper.addDefault(String child, Object value) YamlFileWrapper.blankLine()Set a blank line at the beginning of the block comment.Set a block comment above the section or value selected by path.YamlFileWrapper.comment(String comment, YamlCommentFormat yamlCommentFormat) Set a block comment to the section or value selected by path.YamlFileWrapper.comment(String comment, YamlCommentFormatter yamlCommentFormatter) Set a block comment to the section or value selected by path.YamlFileWrapper.commentSide(String comment) Set a side comment above 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.YamlFileWrapper.commentSide(String comment, YamlCommentFormatter yamlCommentFormatter) Set a side comment to the section or value selected by path.YamlFileWrapper.createSection()YamlFileWrapper.createSection(String child) YamlFileWrapper.parent()Get a wrapper builder to set a value to the given path and optionally set comments.YamlFileWrapper.set(Object value, QuoteStyle quoteStyle) Set the given value to this path.YamlFileWrapper.setChild(String child, Object value, QuoteStyle quoteStyle) Set the given value to the provided child path.Constructors in org.simpleyaml.configuration.file with parameters of type YamlFileWrapperModifierConstructorDescriptionprotectedYamlFileWrapper(YamlFile configuration, String path, YamlFileWrapper parent)