| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.configuration | |
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Field and Description |
|---|---|
protected MemoryConfigurationOptions |
MemoryConfiguration.options |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MemoryConfigurationOptions |
MemoryConfiguration.getOptions()
Gets the options for this configuration.
|
@NotNull MemoryConfigurationOptions |
MemoryConfigurationOptions.setCopyDefaults(boolean copyDefaults)
Sets if the configuration should copy values from its default
configuration directly.
|
@NotNull MemoryConfigurationOptions |
MemoryConfigurationOptions.setPathSeparator(char pathSeparator)
Sets the
char that will be used to separate configuration
sections. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileConfigurationOptions
Represents the various settings for controlling the input and output of a
file configuration.
|
class |
YamlConfigurationOptions
Represents the various settings for controlling the input and output of a
YAML configuration.
|
Copyright © 2024 BSPF Systems, LLC. All rights reserved.