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.
Transport (fetch/push) for different protocols.
-
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.errors
Fields in org.eclipse.jgit.errors declared as ObjectChecker.ErrorTypeModifier and TypeFieldDescriptionprivate ObjectChecker.ErrorType
CorruptObjectException.errorType
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
Fields in org.eclipse.jgit.internal.fsck declared as ObjectChecker.ErrorTypeModifier and TypeFieldDescription(package private) final ObjectChecker.ErrorType
FsckError.CorruptObject.errorType
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
Fields in org.eclipse.jgit.internal.submodule declared as ObjectChecker.ErrorTypeModifier and TypeFieldDescriptionprivate final ObjectChecker.ErrorType
SubmoduleValidator.SubmoduleValidationException.fsckMessageId
Methods in org.eclipse.jgit.internal.submodule that return ObjectChecker.ErrorTypeModifier and TypeMethodDescriptionSubmoduleValidator.SubmoduleValidationException.getFsckMessageId()
Constructors in org.eclipse.jgit.internal.submodule with parameters of type ObjectChecker.ErrorTypeModifierConstructorDescription(package private)
SubmoduleValidationException
(String message, ObjectChecker.ErrorType fsckMessageId) -
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type ObjectChecker.ErrorTypeMethods 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 TypeMethodDescriptionprivate void
ObjectChecker.report
(ObjectChecker.ErrorType err, AnyObjectId id, String why) ObjectChecker.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. -
Uses of ObjectChecker.ErrorType in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type ObjectChecker.ErrorTypeModifier and TypeFieldDescriptionprivate static final Map<String,
ObjectChecker.ErrorType> TransferConfig.FsckKeyNameHolder.errors
private final EnumSet<ObjectChecker.ErrorType>
TransferConfig.ignore
Methods in org.eclipse.jgit.transport that return ObjectChecker.ErrorType