| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.configuration | |
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryConfigurationOptions
Represents the various settings for controlling the input and output of a
memory configuration.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ConfigurationOptions |
Configuration.getOptions()
Gets the options for this configuration.
|
@NotNull ConfigurationOptions |
ConfigurationOptions.setCopyDefaults(boolean copyDefaults)
Sets if the configuration should copy values from its default
configuration directly.
|
@NotNull ConfigurationOptions |
ConfigurationOptions.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.