Package | Description |
---|---|
org.simpleyaml.configuration.file |
Modifier and Type | Class and Description |
---|---|
class |
YamlConfigurationOptions
Various settings for controlling the input and output of a
YamlConfiguration |
Modifier and Type | Method and Description |
---|---|
FileConfigurationOptions |
FileConfigurationOptions.charset(Charset charset) |
FileConfigurationOptions |
FileConfigurationOptions.copyDefaults(boolean value) |
FileConfigurationOptions |
FileConfigurationOptions.copyHeader(boolean value)
Sets whether or not the header should be copied from a default source.
|
FileConfigurationOptions |
FileConfigurationOptions.header(String header)
Sets the header that will be applied to the top of the saved output.
|
FileConfigurationOptions |
FileConfigurationOptions.headerFormatter(CommentFormatter headerFormatter)
Sets the header format used for parsing and dumping the header.
|
FileConfigurationOptions |
FileConfiguration.options() |
FileConfigurationOptions |
FileConfigurationOptions.pathSeparator(char value) |
Copyright © 2023. All rights reserved.