Package org.eclipse.jgit.internal.fsck
Class FsckError.CorruptObject
java.lang.Object
org.eclipse.jgit.internal.fsck.FsckError.CorruptObject
- Enclosing class:
FsckError
Represents a corrupt object.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ObjectChecker.ErrorType
(package private) final ObjectId
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
type
final int type -
errorType
-
-
Constructor Details
-
CorruptObject
- Parameters:
id
- the object identifier.type
- type of the object.errorType
- kind of error
-
-
Method Details
-
getId
- Returns:
- identifier of the object.
-
getType
public int getType()- Returns:
- type of the object.
-
getErrorType
- Returns:
- error type of the corruption.
-