Package io.bdeploy.bhive.objects.view
Class MissingObjectView
java.lang.Object
io.bdeploy.bhive.objects.view.ElementView
io.bdeploy.bhive.objects.view.MissingObjectView
- All Implemented Interfaces:
Comparable<ElementView>
- Direct Known Subclasses:
DamagedObjectView
Refers to a missing object. This means that the object could not be found in the database, but was referenced by a
Tree.-
Constructor Summary
ConstructorsConstructorDescriptionMissingObjectView(ObjectId id, Tree.EntryType type, Collection<String> path) -
Method Summary
Methods inherited from class io.bdeploy.bhive.objects.view.ElementView
compareTo, equals, getElementId, getName, getPath, getPathString, hashCode, toString
-
Constructor Details
-
MissingObjectView
-
-
Method Details
-
getType
- Returns:
- the expected
Tree.KeyTree.EntryType.
-