| Package | Description |
|---|---|
| nl.taico.configplus | |
| nl.taico.configplus.bukkit | |
| nl.taico.configplus.interfaces | |
| nl.taico.configplus.util |
| Class and Description |
|---|
| Comment |
| Config
Represents a YAML Config.
|
| ConfigSerializable |
| CPath |
| Line |
| ListLine
Represents a YAML List.
|
| ValueLine
Represents a single YAML value.
|
| Class and Description |
|---|
| Config
Represents a YAML 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"); |
| SectionSnapshot |
| ValueLine
Represents a single YAML value.
|
| Class and Description |
|---|
| Comment |
| Line |
| Class and Description |
|---|
| ConfigSerializable |
Copyright © 2014. All rights reserved.