| Constructor and Description |
|---|
CorruptObject(ObjectId id,
int type,
ObjectChecker.ErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectChecker.ErrorType |
getErrorType() |
ObjectId |
getId() |
int |
getType() |
public CorruptObject(ObjectId id, int type, @Nullable ObjectChecker.ErrorType errorType)
id - the object identifier.type - type of the object.errorType - kind of errorpublic ObjectId getId()
public int getType()
@Nullable public ObjectChecker.ErrorType getErrorType()
Copyright © 2021 Eclipse JGit Project. All rights reserved.