| 接口 | 说明 |
|---|---|
| Configuration |
配置文件的基类.
|
| ConfigurationSection |
Configuration的基类. |
| 类 | 说明 |
|---|---|
| ConfigurationOptions |
Configuration 的配置类. |
| MemoryConfiguration |
This is a
Configuration implementation that does not save or load
from any source, and stores all values in memory only. |
| MemoryConfigurationOptions |
Various settings for controlling the input and output of a
MemoryConfiguration |
| MemorySection |
A type of
ConfigurationSection that is stored in memory. |
| 异常错误 | 说明 |
|---|---|
| InvalidConfigurationException |
Exception thrown when attempting to load an invalid
Configuration. |