| 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)
Sets if the
Configuration should copy values from its default
Configuration directly. |
@NotNull FileConfigurationOptions |
FileConfigurationOptions.copyHeader(boolean copyHeader)
Sets whether or not the header should be copied from a default source.
|
@NotNull FileConfigurationOptions |
FileConfigurationOptions.header(@Nullable String header)
Sets the header that will be applied to the top of the saved output.
|
@NotNull FileConfigurationOptions |
FileConfiguration.options()
Gets the
ConfigurationOptions for this Configuration. |
@NotNull FileConfigurationOptions |
FileConfigurationOptions.pathSeparator(char pathSeparator)
Sets the char that will be used to separate
ConfigurationSections |
Copyright © 2021 BSPF Systems, LLC. All rights reserved.