| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.block |
| Modifier and Type | Method and Description |
|---|---|
static Comments.NodeType |
Comments.NodeType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Comments.NodeType |
Comments.NodeType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Comments.NodeType[] |
Comments.NodeType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Comments.NodeType[] |
Comments.NodeType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
org.snakeyaml.engine.v2.comments.CommentLine comment)
Deprecated.
Replaced by
Comments.add(Block, NodeRole, Position, CommentLine) and subject for removal. |
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
org.snakeyaml.engine.v2.comments.CommentLine comment)
Deprecated.
Replaced by
Comments.add(Block, NodeRole, Position, CommentLine) and subject for removal. |
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Deprecated.
Replaced by
Comments.add(Block, NodeRole, Position, List) and subject for removal. |
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Deprecated.
Replaced by
Comments.add(Block, NodeRole, Position, List) and subject for removal. |
static List<org.snakeyaml.engine.v2.comments.CommentLine> |
Comments.get(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Deprecated.
Replaced by
Comments.get(Block, NodeRole, Position) and subject for removal. |
static List<org.snakeyaml.engine.v2.comments.CommentLine> |
Comments.get(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Deprecated.
Replaced by
Comments.get(Block, NodeRole, Position) and subject for removal. |
static void |
Comments.remove(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Deprecated.
Replaced by
Comments.remove(Block, NodeRole, Position) and subject for removal. |
static void |
Comments.remove(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Deprecated.
Replaced by
Comments.remove(Block, NodeRole, Position) and subject for removal. |
static void |
Comments.set(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Deprecated.
Replaced by
Comments.set(Block, NodeRole, Position, List) and subject for removal. |
static void |
Comments.set(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Deprecated.
Replaced by
Comments.set(Block, NodeRole, Position, List) and subject for removal. |
Copyright © 2024. All rights reserved.