Class DamagedObjectView

All Implemented Interfaces:
Comparable<ElementView>

public class DamagedObjectView extends MissingObjectView
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.