Uses of Class
org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
Packages that use CorruptPackIndexException.ErrorType Package Description org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.internal.fsck Git fsck support. -
-
Uses of CorruptPackIndexException.ErrorType in org.eclipse.jgit.errors
Methods in org.eclipse.jgit.errors that return CorruptPackIndexException.ErrorType Modifier and Type Method Description CorruptPackIndexException.ErrorTypeCorruptPackIndexException. getErrorType()Specific the reason of the corrupt index file.static CorruptPackIndexException.ErrorTypeCorruptPackIndexException.ErrorType. valueOf(String name)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.ErrorType Constructor Description CorruptPackIndexException(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.ErrorType Modifier and Type Method Description CorruptPackIndexException.ErrorTypeFsckError.CorruptIndex. getErrorType()Constructors in org.eclipse.jgit.internal.fsck with parameters of type CorruptPackIndexException.ErrorType Constructor Description CorruptIndex(String fileName, CorruptPackIndexException.ErrorType errorType)
-