Package org.eclipse.jgit.internal.fsck
Class FsckError.CorruptIndex
java.lang.Object
org.eclipse.jgit.internal.fsck.FsckError.CorruptIndex
- Enclosing class:
- FsckError
Represents a corrupt pack index file.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) CorruptPackIndexException.ErrorType
(package private) String
-
Constructor Summary
ConstructorsConstructorDescriptionCorruptIndex
(String fileName, CorruptPackIndexException.ErrorType errorType) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
fileName
String fileName -
errorType
CorruptPackIndexException.ErrorType errorType
-
-
Constructor Details
-
CorruptIndex
- Parameters:
fileName
- the file name of the pack index.errorType
- the type of error as reported inCorruptPackIndexException
.
-
-
Method Details
-
getFileName
- Returns:
- the file name of the index file.
-
getErrorType
- Returns:
- the error type of the corruption.
-