Package io.bdeploy.bhive.objects.view
Class DamagedObjectView
java.lang.Object
io.bdeploy.bhive.objects.view.ElementView
io.bdeploy.bhive.objects.view.MissingObjectView
io.bdeploy.bhive.objects.view.DamagedObjectView
- All Implemented Interfaces:
Comparable<ElementView>
Holds data about an object which was damaged. This usually means that the file's content does not match the expected content
checksum when running the
FsckOperation. Can also happen when running the ScanOperation on broken Trees
or Manifest references (i.e. cannot be deserialized).
A DamagedObjectView is also a MissingObjectView as the object referred to cannot be used.
-
Constructor Summary
ConstructorsConstructorDescriptionDamagedObjectView(ObjectId id, Tree.EntryType type, Collection<String> path) -
Method Summary
Methods inherited from class io.bdeploy.bhive.objects.view.MissingObjectView
getTypeMethods inherited from class io.bdeploy.bhive.objects.view.ElementView
compareTo, equals, getElementId, getName, getPath, getPathString, hashCode, toString
-
Constructor Details
-
DamagedObjectView
-