| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Method and Description |
|---|---|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.copyDefaults(boolean copyDefaults)
Sets if the
Configuration should copy values from its default
Configuration directly. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.copyHeader(boolean copyHeader)
Sets whether or not the header should be copied from a default source.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.header(@Nullable String header)
Sets the header that will be applied to the top of the saved output.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.indent(int indent)
Sets how much spaces should be used to indent each line.
|
@NotNull YamlConfigurationOptions |
YamlConfiguration.options()
Gets the
ConfigurationOptions for this Configuration. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.pathSeparator(char pathSeparator)
Sets the char that will be used to separate
ConfigurationSections |
Copyright © 2021 BSPF Systems, LLC. All rights reserved.