| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.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 |
|---|---|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.copyDefaults(boolean copyDefaults)
Deprecated.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.copyHeader(boolean parseComments)
Deprecated.
This method only exists for backwards compatibility. Please
use
setParseComments(boolean)
instead. |
@NotNull FileConfigurationOptions |
FileConfiguration.getOptions()
Gets the
ConfigurationOptions for this Configuration. |
@NotNull FileConfigurationOptions |
FileConfigurationOptions.header(@Nullable String header)
Deprecated.
This method exists for backwards compatibility. Please use
setHeader(List) instead. |
@NotNull FileConfigurationOptions |
FileConfiguration.options()
Deprecated.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.pathSeparator(char pathSeparator)
Deprecated.
|
@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)
Sets the footer that will be applied to the bottom of the saved output.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setHeader(@Nullable List<String> header)
Sets the header that will be applied to the top of the saved output.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setParseComments(boolean parseComments)
Sets whether the comments in a
FileConfiguration should be loaded
and saved. |
@NotNull FileConfigurationOptions |
FileConfigurationOptions.setPathSeparator(char pathSeparator)
Sets the
char that will be used to separate
ConfigurationSections. |
Copyright © 2023 BSPF Systems, LLC. All rights reserved.