All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
clearNode(KeyTree.Node node) |
protected void |
clearNodeIfNoComments(KeyTree.Node node) |
protected String |
getComment(KeyTree.Node node,
CommentType type) |
String |
getComment(String path,
CommentType type)
Retrieve the comment of the section or value selected by path.
|
KeyTree |
getKeyTree() |
KeyTree.Node |
getNode(String path) |
protected KeyTree.Node |
getOrAddNode(String path) |
protected KeyTree.Node |
getPriorityNode(String path) |
protected String |
getRawComment(KeyTree.Node node,
CommentType type) |
String |
getRawComment(String path,
CommentType type) |
protected YamlConfigurationOptions |
options() |
protected void |
removeComment(KeyTree.Node node,
CommentType type) |
void |
removeComment(String path,
CommentType type) |
void |
setComment(String path,
String comment,
CommentType type)
Set a comment to the section or value selected by path.
|
protected void |
setFormattedComment(KeyTree.Node node,
String comment,
CommentType type) |
protected void |
setRawComment(KeyTree.Node node,
String comment,
CommentType type) |