| Package | Description |
|---|---|
| nl.taico.configplus | |
| nl.taico.configplus.bukkit | |
| nl.taico.configplus.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentLine |
class |
EmptyLine
Represents an empty line in the config.
|
class |
ListLine
Represents a YAML List.
|
class |
SectionLine |
class |
ValueLine
Represents a single YAML value.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Line> |
SectionSnapshot.entries |
protected List<Line> |
Config.lines2
Holds the converted configuration.
|
protected LinkedHashMap<String,Line> |
Config.map
Allows fast, non blocking access to this configuration, only contains ValueLines and ListLines.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
SectionSnapshot.get(String path) |
Line |
Section.get(String path) |
Line |
Config.get(String path) |
Line |
Comment.toLine() |
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
SectionSnapshot.getEntries() |
List<Line> |
Section.getEntries() |
List<Line> |
Config.getEntries() |
List<Line> |
SectionSnapshot.getEntries(String path) |
List<Line> |
Section.getEntries(String path) |
List<Line> |
Config.getEntries(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionSnapshot.addEntry(Line line) |
void |
Section.addEntry(Line line) |
void |
Config.addEntry(Line line) |
protected boolean |
Config.changeTo(Line line,
boolean renew) |
protected void |
Config.insertCorrectly(Line line,
boolean renew) |
boolean |
SectionSnapshot.removeEntry(Line line) |
boolean |
Section.removeEntry(Line line) |
boolean |
Config.removeEntry(Line line) |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitListLine
Represents a YAML List.
|
class |
BukkitValueLine
Represents a single YAML value.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
ISection.get(String path)
Gets the line with the given path.
Returns null if no line with the given path exists. |
abstract Line |
CSection.get(String path) |
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
ISection.getEntries() |
List<Line> |
ISection.getEntries(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISection.addEntry(Line line) |
boolean |
ISection.removeEntry(Line line) |
Copyright © 2014. All rights reserved.