Uses of Enum
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
Subclasses with type arguments of type CorruptPackIndexException.ErrorType in org.eclipse.jgit.errorsModifier and TypeClassDescriptionstatic enumThe error type of a corrupt index file.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 type with the specified name.static CorruptPackIndexException.ErrorType[]CorruptPackIndexException.ErrorType.values()Returns an array containing the constants of this enum type, 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.ErrorTypeFsckError.CorruptIndex.errorTypeMethods 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)