| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Method and Description |
|---|---|
void |
FileConfiguration.load(@NotNull File file)
Loads this file configuration from the given file.
|
void |
FileConfiguration.load(@NotNull Reader reader)
Loads this file configuration from the given reader.
|
void |
FileConfiguration.load(@NotNull String path)
Loads this file configuration from the file at the given path.
|
abstract void |
FileConfiguration.loadFromString(@NotNull String data)
Loads this file configuration from the given string.
|
void |
YamlConfiguration.loadFromString(@NotNull String data)
Loads this file configuration from the given string.
|
Copyright © 2024 BSPF Systems, LLC. All rights reserved.