Package | Description |
---|---|
org.yaml.snakeyaml.comments | |
org.yaml.snakeyaml.composer | |
org.yaml.snakeyaml.nodes |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommentLine> |
CommentEventsCollector.consume()
Return the events collected and reset the colletor.
|
Modifier and Type | Method and Description |
---|---|
protected Node |
Composer.composeScalarNode(java.lang.String anchor,
java.util.List<CommentLine> blockComments) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommentLine> |
Node.getBlockComments()
The ordered list of blank lines and block comments (full line) that appear before this node.
|
java.util.List<CommentLine> |
Node.getEndComments()
The ordered list of blank lines and block comments (full line) that appear AFTER this node.
|
java.util.List<CommentLine> |
Node.getInLineComments()
The ordered list of in-line comments.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setBlockComments(java.util.List<CommentLine> blockComments) |
void |
Node.setEndComments(java.util.List<CommentLine> endComments) |
void |
Node.setInLineComments(java.util.List<CommentLine> inLineComments) |
Copyright © 2008–2023. All rights reserved.