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
Methods 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
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)