Package | Description |
---|---|
org.simpleyaml.configuration | |
org.simpleyaml.configuration.comments | |
org.simpleyaml.configuration.file |
Modifier and Type | Class and Description |
---|---|
class |
MemoryConfigurationOptions
Various settings for controlling the input and output of a
MemoryConfiguration |
Modifier and Type | Method and Description |
---|---|
ConfigurationOptions |
ConfigurationOptions.copyDefaults(boolean value)
Sets if the
Configuration should copy values from its default
Configuration directly. |
ConfigurationOptions |
ConfigurationOptions.indent(int value)
Sets how much spaces should be used to indent each line.
|
ConfigurationOptions |
Configuration.options()
Gets the
ConfigurationOptions for this Configuration . |
ConfigurationOptions |
ConfigurationOptions.pathSeparator(char value)
Sets the char that will be used to separate
ConfigurationSection s
This value does not affect how the Configuration is stored,
only in how you access the data. |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationOptions |
KeyTree.options |
Modifier and Type | Method and Description |
---|---|
ConfigurationOptions |
KeyTree.options() |
Constructor and Description |
---|
KeyTree(ConfigurationOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
FileConfigurationOptions
Various settings for controlling the input and output of a
FileConfiguration |
class |
YamlConfigurationOptions
Various settings for controlling the input and output of a
YamlConfiguration |
Copyright © 2023. All rights reserved.