Package | Description |
---|---|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
org.eclipse.jgit.internal.submodule | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private ObjectChecker.ErrorType |
CorruptObjectException.errorType |
Modifier and Type | Method and Description |
---|---|
ObjectChecker.ErrorType |
CorruptObjectException.getErrorType()
Specific error condition identified by
ObjectChecker . |
Constructor and Description |
---|
CorruptObjectException(ObjectChecker.ErrorType type,
AnyObjectId id,
java.lang.String why)
Report a specific error condition discovered in an object.
|
Modifier and Type | Field and Description |
---|---|
(package private) ObjectChecker.ErrorType |
FsckError.CorruptObject.errorType |
Modifier and Type | Method and Description |
---|---|
ObjectChecker.ErrorType |
FsckError.CorruptObject.getErrorType() |
Constructor and Description |
---|
CorruptObject(ObjectId id,
int type,
ObjectChecker.ErrorType errorType) |
Modifier and Type | Field and Description |
---|---|
private ObjectChecker.ErrorType |
SubmoduleValidator.SubmoduleValidationException.fsckMessageId |
Modifier and Type | Method and Description |
---|---|
ObjectChecker.ErrorType |
SubmoduleValidator.SubmoduleValidationException.getFsckMessageId() |
Constructor and Description |
---|
SubmoduleValidationException(java.lang.String message,
ObjectChecker.ErrorType fsckMessageId) |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumSet<ObjectChecker.ErrorType> |
ObjectChecker.errors |
Modifier and Type | Method and Description |
---|---|
static ObjectChecker.ErrorType |
ObjectChecker.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectChecker.ErrorType[] |
ObjectChecker.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ObjectChecker.report(ObjectChecker.ErrorType err,
AnyObjectId id,
java.lang.String why) |
ObjectChecker |
ObjectChecker.setIgnore(ObjectChecker.ErrorType id,
boolean ignore)
Add message type to be ignored across all objects.
|
Modifier and Type | Method and Description |
---|---|
ObjectChecker |
ObjectChecker.setIgnore(java.util.Set<ObjectChecker.ErrorType> ids)
Configure error types to be ignored across all objects.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,ObjectChecker.ErrorType> |
TransferConfig.FsckKeyNameHolder.errors |
private java.util.EnumSet<ObjectChecker.ErrorType> |
TransferConfig.ignore |
Modifier and Type | Method and Description |
---|---|
(package private) static ObjectChecker.ErrorType |
TransferConfig.FsckKeyNameHolder.parse(java.lang.String key) |