Modifier and Type | Method and Description |
---|---|
void |
LoadableConfiguration.load(Reader reader)
Loads this configuration from the specified reader.
|
void |
LoadableConfiguration.loadFromString(String contents)
Loads this configuration from the specified string.
|
Modifier and Type | Method and Description |
---|---|
void |
YamlFile.createOrLoad()
If this configuration file does not exist then it is created along with missing parent directories.
|
void |
YamlFile.createOrLoadWithComments()
If this configuration file does not exist then it is created along with missing parent directories.
|
void |
YamlFile.load()
Loads configurations from this configuration file.
|
void |
YamlConfiguration.load(File file)
Loads this configuration from the specified file.
|
void |
FileConfiguration.load(File file)
Loads this configuration from the specified file.
|
void |
YamlConfiguration.load(InputStream stream)
Deprecated.
this method loads the entire file into memory, for larger files please use
YamlConfiguration.load(SupplierIO.InputStream) |
void |
FileConfiguration.load(InputStream stream)
Loads this configuration from the specified stream.
|
void |
YamlConfiguration.load(Reader reader)
Deprecated.
this method loads the entire file into memory, for larger files please use
YamlConfiguration.load(SupplierIO.Reader) |
void |
FileConfiguration.load(Reader reader)
Loads this configuration from the specified reader.
|
void |
FileConfiguration.load(String file)
Loads this configuration from the specified file path.
|
void |
YamlConfiguration.load(SupplierIO.InputStream streamSupplier)
Loads this configuration from the specified stream.
|
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. |
void |
YamlFile.loadWithComments()
Loads configurations from this configuration file including comments.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleYamlImplementation.load(Reader reader,
ConfigurationSection section) |
void |
SimpleYamlImplementation.load(SupplierIO.Reader readerSupplier,
ConfigurationSection section) |
YamlCommentMapper |
SimpleYamlImplementation.parseComments(Reader reader)
Parse comments from a reader.
|
Modifier and Type | Method and Description |
---|---|
void |
YamlImplementation.load(Reader reader,
ConfigurationSection section)
Load Yaml to a configuration section.
|
default void |
YamlImplementation.load(String contents,
ConfigurationSection section)
Load Yaml to a configuration section.
|
default void |
YamlImplementation.load(SupplierIO.Reader readerSupplier,
ConfigurationSection section)
Load Yaml to a configuration section.
|
Modifier and Type | Method and Description |
---|---|
void |
SnakeYamlImplementation.load(Reader reader,
ConfigurationSection section) |
Copyright © 2023. All rights reserved.