| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.file |
| Modifier and Type | Method and Description |
|---|---|
void |
FileConfiguration.load(@NotNull File file)
Loads this
FileConfiguration from the specified reader. |
void |
FileConfiguration.load(@NotNull Reader reader)
Loads this
FileConfiguration from the specified location. |
void |
FileConfiguration.load(@NotNull String fileName)
Loads this
FileConfiguration from the specified location. |
void |
YamlConfiguration.loadFromString(@NotNull String data) |
abstract void |
FileConfiguration.loadFromString(@NotNull String data)
Loads this
FileConfiguration from the specified string, as
opposed to from file. |
Copyright © 2020 BSPF Systems. All rights reserved.