| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlConfigurationOptions
Represents the various settings for controlling the input and output of a
YAML configuration.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull FileConfigurationOptions |
FileConfiguration.getOptions()
Gets the options for this configuration.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setCopyDefaults(boolean copyDefaults)
Sets if the configuration should copy values from its default
configuration directly.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setFooter(@Nullable List<String> footer)
Assigns the given footer comments to these file configuration options.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setHeader(@Nullable List<String> header)
Assigns the given header comments to these file configuration options.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setParseComments(boolean parseComments)
Sets whether the comments (header, block, inline, and/or footer) in a
file configuration should be loaded and saved.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setPathSeparator(char pathSeparator)
Sets the
char that will be used to separate configuration
sections. |
Copyright © 2024 BSPF Systems, LLC. All rights reserved.