Package | Description |
---|---|
org.simpleyaml.configuration.file | |
org.simpleyaml.configuration.implementation | |
org.simpleyaml.configuration.implementation.api |
Modifier and Type | Method and Description |
---|---|
void |
YamlConfiguration.load(SupplierIO.Reader readerSupplier)
Loads this
YamlConfiguration from the specified reader. |
void |
YamlFile.load(SupplierIO.Reader readerSupplier)
Loads this
YamlFile from the specified reader. |
static YamlConfiguration |
YamlConfiguration.loadConfiguration(SupplierIO.Reader readerSupplier)
Creates a new
YamlConfiguration , loading from the given reader. |
static YamlFile |
YamlFile.loadConfiguration(SupplierIO.Reader readerSupplier)
Creates a new
YamlFile , loading from the given reader (without comments). |
static YamlFile |
YamlFile.loadConfiguration(SupplierIO.Reader readerSupplier,
boolean withComments)
Creates a new
YamlFile , loading from the given reader. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleYamlImplementation.load(SupplierIO.Reader readerSupplier,
ConfigurationSection section) |
Modifier and Type | Method and Description |
---|---|
default void |
YamlImplementation.load(SupplierIO.Reader readerSupplier,
ConfigurationSection section)
Load Yaml to a configuration section.
|
Copyright © 2023. All rights reserved.