Package | Description |
---|---|
org.simpleyaml.configuration.file |
Modifier and Type | Method and Description |
---|---|
void |
YamlConfiguration.load(SupplierIO.InputStream streamSupplier)
Loads this configuration from the specified stream.
|
static YamlConfiguration |
YamlConfiguration.loadConfiguration(SupplierIO.InputStream streamSupplier)
Creates a new
YamlConfiguration , loading from the given input stream. |
static YamlFile |
YamlFile.loadConfiguration(SupplierIO.InputStream streamSupplier)
Creates a new
YamlFile , loading from the given stream (without comments). |
static YamlFile |
YamlFile.loadConfiguration(SupplierIO.InputStream streamSupplier,
boolean withComments)
Creates a new
YamlFile , loading from the given stream. |
Copyright © 2023. All rights reserved.