| Package | Description |
|---|---|
| nl.taico.configplus | |
| nl.taico.configplus.bukkit | |
| nl.taico.configplus.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
Config
Represents a YAML Config.
|
class |
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"); |
class |
SectionSnapshot |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBukkitSection |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitConfig
Represents a YAML Config.
|
class |
BukkitSection |
class |
BukkitSectionSnapshot |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConfig |
interface |
ISection |
| Modifier and Type | Class and Description |
|---|---|
class |
CSection |
Copyright © 2014. All rights reserved.