Uses of Enum Class
org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
Packages that use CorruptPackIndexException.ErrorType
Package
Description
Exceptions thrown by lower-level JGit APIs.
Git fsck support.
-
Uses of CorruptPackIndexException.ErrorType in org.eclipse.jgit.errors
Fields in org.eclipse.jgit.errors declared as CorruptPackIndexException.ErrorTypeMethods in org.eclipse.jgit.errors that return CorruptPackIndexException.ErrorTypeModifier and TypeMethodDescriptionCorruptPackIndexException.getErrorType()
Specific the reason of the corrupt index file.Returns the enum constant of this class with the specified name.static CorruptPackIndexException.ErrorType[]
CorruptPackIndexException.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.errors with parameters of type CorruptPackIndexException.ErrorTypeModifierConstructorDescriptionCorruptPackIndexException
(String message, CorruptPackIndexException.ErrorType errorType) Report a specific error condition discovered in an index file. -
Uses of CorruptPackIndexException.ErrorType in org.eclipse.jgit.internal.fsck
Fields in org.eclipse.jgit.internal.fsck declared as CorruptPackIndexException.ErrorTypeModifier and TypeFieldDescription(package private) CorruptPackIndexException.ErrorType
FsckError.CorruptIndex.errorType
Methods in org.eclipse.jgit.internal.fsck that return CorruptPackIndexException.ErrorTypeConstructors in org.eclipse.jgit.internal.fsck with parameters of type CorruptPackIndexException.ErrorTypeModifierConstructorDescriptionCorruptIndex
(String fileName, CorruptPackIndexException.ErrorType errorType)