- canStartComment() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- canStartSpecialIndent(int) - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- charset(Charset) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions
-
- checkCommentPrefix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- checkCommentPrefix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlSideCommentFormatterConfiguration
-
- checkCommentPrefixMultiline(String) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- checkCommentPrefixMultiline(String) - Method in class org.simpleyaml.configuration.comments.format.YamlSideCommentFormatterConfiguration
-
- checkCommentSuffix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- checkCommentSuffixMultiline(String) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- checkFirstListMapElement(KeyTree.Node, KeyTree.Node) - Method in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- checkSpecialChars() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- checkSpecialLines(boolean, int) - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- clearCurrentNode() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- clearCurrentNodeIfNoComments() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- clearCurrentNodeIfNoComments() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- clearNode(KeyTree.Node) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- clearNodeIfNoComments(KeyTree.Node) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- clearSection() - Method in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- close() - Method in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- close() - Method in class org.simpleyaml.configuration.comments.YamlCommentParser
-
- comment(String) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set a block comment above the section or value selected by path.
- comment(String, YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set a block comment to the section or value selected by path.
- comment(String, YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set a block comment to the section or value selected by path.
- COMMENT_INDICATOR - Static variable in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- commentFormatter() - Method in enum org.simpleyaml.configuration.comments.format.YamlCommentFormat
-
- commentFormatter() - Method in interface org.simpleyaml.configuration.comments.format.YamlCommentFormat.YamlCommentFormatterFactory
-
- commentFormatter() - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions
-
Gets the comment formatter used to format comments.
- commentFormatter(YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions
-
Sets the comment formatter to be used to format comments.
- commentNode - Variable in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- commentNodeFallback - Variable in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- commentPrefix() - Method in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
Gets the comment prefix to apply to every line of the header.
- commentPrefix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
Sets the comment prefix to apply to every line of the header.
- commentSide(String) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set a side comment above the section or value selected by path.
- commentSide(String, YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set a side comment to the section or value selected by path.
- commentSide(String, YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set a side comment to the section or value selected by path.
- commentSuffix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
Set the comment suffix to append to every line of the header.
- configuration - Variable in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
- configuration() - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions
-
- configure(YamlConfigurationOptions) - Method in interface org.simpleyaml.configuration.implementation.api.YamlImplementation
-
Apply the configuration options to this implementation.
- configure(YamlConfigurationOptions) - Method in class org.simpleyaml.configuration.implementation.api.YamlImplementationCommentable
-
- configure(YamlConfigurationOptions) - Method in class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- configure(YamlConfigurationOptions) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- construct(Node) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlConstructor
-
- copyDefaults(boolean) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions
-
- copyHeader(boolean) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions
-
- copyTo(String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Copy this configuration file to another path, without deleting configuration file.
- copyTo(File) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Copy this configuration file to another file, without deleting configuration file.
- createNewFile(boolean) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Creates a new empty file atomically for this configuration file.
- createNewFile() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Creates a new empty file atomically for this configuration file if and only if it does not already exist.
- createNode(KeyTree.Node, int, String) - Method in class org.simpleyaml.configuration.comments.YamlKeyTree
-
- createOrLoad() - Method in class org.simpleyaml.configuration.file.YamlFile
-
If this configuration file does not exist then it is created along with missing parent directories.
- createOrLoadWithComments() - Method in class org.simpleyaml.configuration.file.YamlFile
-
If this configuration file does not exist then it is created along with missing parent directories.
- createSection() - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
- createSection(String) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
- currentChar - Variable in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- currentLine - Variable in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- currentList - Variable in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- currentNode - Variable in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- currentNode - Variable in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- get(String, Object) - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
- getChar() - Method in enum org.simpleyaml.configuration.comments.YamlCommentReader.ReadingQuoteStyle
-
- getComment(String, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getComment(KeyTree.Node, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getComment(String, CommentType) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Retrieve the comment of the section or value selected by path.
- getComment(String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Retrieve the block comment of the section or value selected by path.
- getComment(String, CommentType, YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Retrieve the comment of the section or value selected by path.
- getComment(String, CommentType, YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Retrieve the comment of the section or value selected by path.
- getComment(String, YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Retrieve the block comment of the section or value selected by path.
- getComment(String, YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Retrieve the block comment of the section or value selected by path.
- getComment(String, CommentType) - Method in class org.simpleyaml.configuration.implementation.api.YamlImplementationCommentable
-
- getComment(List<CommentLine>, String, String) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- getCommentLines(String, CommentType) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- getCommentMapper() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Get the comment mapper.
- getCommentMapper() - Method in class org.simpleyaml.configuration.implementation.api.YamlImplementationCommentable
-
Get the comment mapper to get or set comments.
- getCommentNode(KeyTree.Node) - Method in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- getConfigurationFile() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Returns this configuration file where data is located.
- getConstructor() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- getDefaultQuoteStyle() - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions.QuoteStyleDefaults
-
Get the default quote style.
- getDumperOptions() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- getDumperOptions() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlRepresenter
-
- getFilePath() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Returns the absolute pathname string of this configuration file.
- getFooter() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Gets the footer of this configuration file.
- getHeader() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Gets the header of this configuration file.
- getImplementation() - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
- getIndentation() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
-
- getKey() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
-
- getKeyComment() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
-
- getKeyTree() - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getLoaderOptions() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- getName(Node, boolean) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- getNode(String) - Method in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- getNode(String) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getNode() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
-
- getOrAddNode(String) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getPriorityNode(String) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getPriorityNode(String) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- getQuoteScalarStyle(QuoteStyle) - Static method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlQuoteValue
-
- getQuoteStyle(Class<?>) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions.QuoteStyleDefaults
-
Get the quote style to apply to a specific type.
- getQuoteStyle() - Method in class org.simpleyaml.configuration.implementation.api.QuoteValue
-
- getQuoteStyles() - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions.QuoteStyleDefaults
-
Get the overriden quote styles for every specific type set.
- getRawComment(KeyTree.Node, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getRawComment(String, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- getRepresenter() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- getResolver() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- getSideCommentNode(Node, Node) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- getSize() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Returns the size of this configuration file.
- getStep() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
-
- getValue() - Method in class org.simpleyaml.configuration.implementation.api.QuoteValue
-
- getValueComment() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
-
- getYaml() - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- save(Writer) - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
Save the configuration values including the header.
- save() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Saves this FileConfiguration
to the configuration file location.
- saveToString() - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
Save the configuration values including the header to a string.
- saveToString() - Method in class org.simpleyaml.configuration.file.YamlFile
-
Saves this
YamlFile
to a string and returns it.
- sectionToMapping(ConfigurationSection, KeyTree.Node, SnakeYamlCommentMapper) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- set(String, Object, QuoteStyle) - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
Sets the specified path to the given value.
- set(String, Object) - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
Sets the specified path to the given value.
- set(String, Object) - Method in class org.simpleyaml.configuration.file.YamlFile
-
- set(Object) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
- set(Object, QuoteStyle) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set the given value to this path.
- setBlankLine(String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a blank line at the beginning of the block comment.
- setChild(String, Object) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
- setChild(String, Object, QuoteStyle) - Method in class org.simpleyaml.configuration.file.YamlFileWrapper
-
Set the given value to the provided child path.
- setComment(String, String, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- setComment(String, String, CommentType) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a comment to the section or value selected by path.
- setComment(String, String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a block comment above the section or value selected by path.
- setComment(String, String, CommentType, YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a comment to the section or value selected by path.
- setComment(String, String, CommentType, YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a comment to the section or value selected by path.
- setComment(String, String, YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a block comment to the section or value selected by path.
- setComment(String, String, YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Set a block comment to the section or value selected by path.
- setComment(String, String, CommentType) - Method in class org.simpleyaml.configuration.implementation.api.YamlImplementationCommentable
-
- setComment(String, String, CommentType) - Method in class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- setComment(String, String, CommentType) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- setCommentFormat(YamlCommentFormat) - Method in class org.simpleyaml.configuration.file.YamlFile
-
- setCommentFormat(YamlCommentFormatter) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Change the comment formatter for parsing and dumping comments.
- setCommentPrefix(YamlConfigurationOptions) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- setComments(KeyTree.Node, Node, Node) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- setCommentsMapping(MappingNode, KeyTree.Node, SnakeYamlCommentMapper) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- setCommentsSequence(SequenceNode, KeyTree.Node, SnakeYamlCommentMapper) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- setConfigurationFile(String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Rebuilds this FileConfiguration
with the file specified by path.
- setConfigurationFile(URI) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Rebuilds this FileConfiguration
with the file specified by uri.
- setConfigurationFile(File) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Rebuilds this FileConfiguration
with a source file.
- setDefaultQuoteStyle(QuoteStyle) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions.QuoteStyleDefaults
-
Set the default quote style.
- setFooter(String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Sets the footer of this configuration file.
- setFooter(MappingNode) - Method in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- setFormattedComment(KeyTree.Node, String, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- setHeader(String) - Method in class org.simpleyaml.configuration.file.YamlFile
-
Sets the header that will be applied to the top of the saved output.
- setImplementation(YamlImplementation) - Method in class org.simpleyaml.configuration.file.YamlConfiguration
-
- setListNode(Collection<?>, KeyTree.Node) - Method in class org.simpleyaml.configuration.file.YamlFile
-
- setQuoteStyle(Class<?>, QuoteStyle) - Method in class org.simpleyaml.configuration.file.YamlConfigurationOptions.QuoteStyleDefaults
-
Set the default quote style for a specific type.
- setRawComment(KeyTree.Node, String, CommentType) - Method in class org.simpleyaml.configuration.comments.YamlCommentMapper
-
- setSideComment(KeyTree.Node, String) - Method in class org.simpleyaml.configuration.comments.YamlCommentParser
-
- sideCommentPrefix - Variable in class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- sideFormatter - Variable in class org.simpleyaml.configuration.comments.format.YamlCommentFormatter
-
- sideFormatter() - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatter
-
- SimpleYamlImplementation - Class in org.simpleyaml.configuration.implementation
-
Default YAML implementation using snakeyaml high-level API and a custom comment parser / dumper.
- SimpleYamlImplementation() - Constructor for class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- SimpleYamlImplementation(LoaderOptions, DumperOptions) - Constructor for class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- SimpleYamlImplementation(SnakeYamlRepresenter) - Constructor for class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- SimpleYamlImplementation(SnakeYamlConstructor, SnakeYamlRepresenter) - Constructor for class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- SimpleYamlImplementation(SnakeYamlConstructor, SnakeYamlRepresenter, Resolver) - Constructor for class org.simpleyaml.configuration.implementation.SimpleYamlImplementation
-
- skipMultiline() - Method in class org.simpleyaml.configuration.comments.YamlCommentDumper
-
- skipToEnd() - Method in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- SnakeYamlCommentMapper - Class in org.simpleyaml.configuration.implementation.snakeyaml
-
- SnakeYamlCommentMapper(YamlConfigurationOptions) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlCommentMapper
-
- SnakeYamlConstructor - Class in org.simpleyaml.configuration.implementation.snakeyaml
-
- SnakeYamlConstructor(LoaderOptions) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlConstructor
-
- SnakeYamlImplementation - Class in org.simpleyaml.configuration.implementation.snakeyaml
-
- SnakeYamlImplementation() - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- SnakeYamlImplementation(LoaderOptions, DumperOptions) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- SnakeYamlImplementation(SnakeYamlRepresenter) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- SnakeYamlImplementation(SnakeYamlConstructor, SnakeYamlRepresenter) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- SnakeYamlImplementation(SnakeYamlConstructor, SnakeYamlRepresenter, Resolver) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
-
- SnakeYamlQuoteValue - Class in org.simpleyaml.configuration.implementation.snakeyaml
-
- SnakeYamlQuoteValue() - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlQuoteValue
-
- SnakeYamlRepresenter - Class in org.simpleyaml.configuration.implementation.snakeyaml
-
- SnakeYamlRepresenter(DumperOptions) - Constructor for class org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlRepresenter
-
- stage - Variable in class org.simpleyaml.configuration.comments.YamlCommentReader
-
- stripPrefix(boolean) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatter
-
Set if stripping the prefix is desired.
- stripPrefix(boolean) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- stripPrefix() - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- stripPrefix() - Method in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
- stripPrefix(boolean) - Method in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
Set if stripping the prefix is desired.
- stripPrefix(boolean) - Method in class org.simpleyaml.configuration.comments.format.YamlSideCommentFormatterConfiguration
-
- suffix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- suffix(String, String) - Method in class org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
-
- suffix(String) - Method in class org.simpleyaml.configuration.comments.format.YamlSideCommentFormatterConfiguration
-
- suffix(String, String) - Method in class org.simpleyaml.configuration.comments.format.YamlSideCommentFormatterConfiguration
-
- suffixLast(String) - Method in class org.simpleyaml.configuration.comments.format.YamlHeaderFormatter
-
Set the suffix to append to the end of the header.