| Interface | Description |
|---|---|
| ConfigSerializable<T> |
| Class | Description |
|---|---|
| Comment | |
| CommentLine | |
| Config |
Represents a YAML Config.
|
| ConfigPlus | |
| Converter | |
| CPath | |
| EmptyLine |
Represents an empty line in the config.
|
| Line | |
| ListLine |
Represents a YAML List.
|
| Section |
A Section is a part of a config file.
It is basically just a path. Example config.yml:
Simple Value 1: True
Example Code:
Config config = Config.getNewConfig(getLogger(), new File(""), "config.yml"); |
| SectionLine | |
| SectionSnapshot | |
| ValueLine |
Represents a single YAML value.
|
| Exception | Description |
|---|---|
| ConfigError |
Contains information about an error in a config file that resulted in a parsing error.
|
Copyright © 2014. All rights reserved.