Modifier and Type | Field and Description |
---|---|
protected YamlImplementation |
YamlConfiguration.yamlImplementation |
Modifier and Type | Method and Description |
---|---|
YamlImplementation |
YamlConfiguration.getImplementation() |
Modifier and Type | Method and Description |
---|---|
void |
YamlConfiguration.setImplementation(YamlImplementation yamlImplementation) |
Constructor and Description |
---|
YamlConfiguration(org.simpleyaml.configuration.Configuration defaults,
YamlImplementation yamlImplementation) |
YamlConfiguration(YamlImplementation yamlImplementation) |
YamlFile(YamlImplementation yamlImplementation)
Builds this
YamlFile without any configuration file. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleYamlImplementation
Default YAML implementation using snakeyaml high-level API and a custom comment parser / dumper.
|
Modifier and Type | Class and Description |
---|---|
class |
YamlImplementationCommentable
A YAML implementation capable of processing comments.
|
Modifier and Type | Class and Description |
---|---|
class |
SnakeYamlImplementation
YAML implementation using snakeyaml low-level API and snakeyaml comment processing available if
YamlConfigurationOptions.useComments() is enabled. |
Copyright © 2023. All rights reserved.