| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Method and Description |
|---|---|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.copyDefaults(boolean copyDefaults)
Deprecated.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.copyHeader(boolean copyHeader)
Deprecated.
|
@NotNull YamlConfigurationOptions |
YamlConfiguration.getOptions()
Gets the
ConfigurationOptions for this Configuration. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.header(@Nullable String header)
Deprecated.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.indent(int indent)
Deprecated.
This method exists for backwards compatibility. Please use
setIndent(int) instead. |
@NotNull YamlConfigurationOptions |
YamlConfiguration.options()
Deprecated.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.pathSeparator(char pathSeparator)
Deprecated.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setCodePointLimit(int codePointLimit)
Sets the maximum number of code points that can be loaded in at one time.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setCopyDefaults(boolean copyDefaults)
Sets if the
Configuration should copy values from its default
Configuration directly. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setFooter(@Nullable List<String> footer)
Sets the footer that will be applied to the bottom of the saved output.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setHeader(@Nullable List<String> header)
Sets the header that will be applied to the top of the saved output.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setIndent(int indent)
Sets the number of spaces used to represent an indent.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setMaxAliases(int maxAliases)
Sets the maximum number of aliases for collections.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setParseComments(boolean parseComments)
Sets whether the comments in a
FileConfiguration should be loaded
and saved. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setPathSeparator(char pathSeparator)
Sets the
char that will be used to separate
ConfigurationSections. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setWidth(int width)
Sets how long a line can be before it gets split.
|
Copyright © 2023 BSPF Systems, LLC. All rights reserved.