Uses of Enum Class
org.eclipse.jgit.lib.ObjectChecker.ErrorType
Packages that use ObjectChecker.ErrorType
Package
Description
Exceptions thrown by lower-level JGit APIs.
Git fsck support.
Core API for repository, config, refs, object database.
-
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.errors
Methods in org.eclipse.jgit.errors that return ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionCorruptObjectException.getErrorType()
Specific error condition identified byObjectChecker
.Constructors in org.eclipse.jgit.errors with parameters of type ObjectChecker.ErrorTypeModifierConstructorDescriptionCorruptObjectException
(ObjectChecker.ErrorType type, AnyObjectId id, String why) Report a specific error condition discovered in an object. -
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck that return ObjectChecker.ErrorTypeConstructors in org.eclipse.jgit.internal.fsck with parameters of type ObjectChecker.ErrorTypeModifierConstructorDescriptionCorruptObject
(ObjectId id, int type, ObjectChecker.ErrorType errorType) -
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.internal.submodule
Methods in org.eclipse.jgit.internal.submodule that return ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionSubmoduleValidator.SubmoduleValidationException.getFsckMessageId()
Get the error identifier -
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionstatic ObjectChecker.ErrorType
Returns the enum constant of this class with the specified name.static ObjectChecker.ErrorType[]
ObjectChecker.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.lib with parameters of type ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionObjectChecker.setIgnore
(ObjectChecker.ErrorType id, boolean ignore) Add message type to be ignored across all objects.Method parameters in org.eclipse.jgit.lib with type arguments of type ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionObjectChecker.setIgnore
(Set<ObjectChecker.ErrorType> ids) Configure error types to be ignored across all objects.