Uses of Enum
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() -
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.lib
Subclasses with type arguments of type ObjectChecker.ErrorType in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic enumPotential issues identified by the checker.Methods in org.eclipse.jgit.lib that return ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionstatic ObjectChecker.ErrorTypeReturns 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.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.