| Package | Description | 
|---|---|
| org.bukkit.configuration.file | Classes dedicated facilitating  configurationsto be read and
 stored on the filesystem. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | FileConfiguration. load(java.io.File file) | Loads this  FileConfigurationfrom the specified location. | 
| void | FileConfiguration. load(java.io.Reader reader) | Loads this  FileConfigurationfrom the specified reader. | 
| void | FileConfiguration. load(java.lang.String file) | Loads this  FileConfigurationfrom the specified location. | 
| abstract void | FileConfiguration. loadFromString(java.lang.String contents) | Loads this  FileConfigurationfrom the specified string, as
 opposed to from file. | 
| void | YamlConfiguration. loadFromString(java.lang.String contents) | 
Copyright © 2018. All rights reserved.