| Constructor and Description |
|---|
CorruptIndex(String fileName,
CorruptPackIndexException.ErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
CorruptPackIndexException.ErrorType |
getErrorType() |
String |
getFileName() |
public CorruptIndex(String fileName, CorruptPackIndexException.ErrorType errorType)
fileName - the file name of the pack index.errorType - the type of error as reported in
CorruptPackIndexException.public String getFileName()
public CorruptPackIndexException.ErrorType getErrorType()
Copyright © 2019 Eclipse JGit Project. All rights reserved.