Package io.bdeploy.bhive.model
Class Tree
java.lang.Object
io.bdeploy.bhive.model.Tree
- All Implemented Interfaces:
Serializable
Represents a Tree of objects. Each entry is (the
ObjectId of) either
a Tree, a Manifest or an arbitrary file blob.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tree
public Tree()
-
-
Method Details
-
getChildren
- Returns:
- all children at this hierarchy level.
-
getNamedEntry
- Parameters:
name- the name of theTreeentry to retrieve.- Returns:
- the entry in the
Tree. - Throws:
NoSuchElementException- in case the entry does not exist.
-