Package | Description |
---|---|
org.simpleyaml.configuration | |
org.simpleyaml.configuration.file |
Modifier and Type | Class and Description |
---|---|
class |
MemoryConfiguration
This is a
Configuration implementation that does not save or load
from any source, and stores all values in memory only. |
Modifier and Type | Class and Description |
---|---|
class |
FileConfiguration
This is a base class for all File based implementations of
Configuration |
class |
YamlConfiguration
An implementation of
Configuration which saves the configuration in Yaml. |
class |
YamlFile
An extension of
YamlConfiguration which saves all data in Yaml to a configuration file
with the added possibility to save and manage comments. |
Copyright © 2023. All rights reserved.