| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Method and Description |
|---|---|
@NotNull YamlConfigurationOptions |
YamlConfiguration.getOptions()
Gets the options for this configuration.
|
@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)
Assigns the given footer comments to these file configuration options.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setHeader(@Nullable List<String> header)
Assigns the given header comments to these file configuration options.
|
@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 (header, block, inline, and/or footer) in a
file configuration should be loaded and saved.
|
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setPathSeparator(char pathSeparator)
Sets the
char that will be used to separate configuration
sections. |
@NotNull YamlConfigurationOptions |
YamlConfigurationOptions.setWidth(int width)
Sets how long a line can be before it gets split.
|
Copyright © 2024 BSPF Systems, LLC. All rights reserved.