Class StructTree
- java.lang.Object
-
- ru.vyarus.yaml.updater.parse.common.model.TreeNode<T>
-
- ru.vyarus.yaml.updater.parse.common.model.TreeRoot<StructNode>
-
- ru.vyarus.yaml.updater.parse.struct.model.StructTree
-
- All Implemented Interfaces:
LineNumberAware
public class StructTree extends TreeRoot<StructNode>
Yaml tree build by snakeyaml-based parser.- Since:
- 05.05.2021
-
-
Constructor Summary
Constructors Constructor Description StructTree(java.util.List<StructNode> nodes, int linesCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class ru.vyarus.yaml.updater.parse.common.model.TreeRoot
find, getLineNum, getLinesCnt, getTreeLeaves, getYamlPath, getYamlPathElement
-
Methods inherited from class ru.vyarus.yaml.updater.parse.common.model.TreeNode
add, addAll, getChildren, getRoot, getRootProperties, hasChildren, hasListValue, setRoot
-
-
-
-
Constructor Detail
-
StructTree
public StructTree(java.util.List<StructNode> nodes, int linesCount)
-
-