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