public class FsckError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FsckError.CorruptIndex
Represents a corrupt pack index file.
|
static class |
FsckError.CorruptObject
Represents a corrupt object.
|
Constructor and Description |
---|
FsckError() |
Modifier and Type | Method and Description |
---|---|
Set<FsckError.CorruptIndex> |
getCorruptIndices()
Get corrupt index files associated with the packs
|
Set<FsckError.CorruptObject> |
getCorruptObjects()
Get corrupt objects from all pack files
|
Set<ObjectId> |
getMissingObjects()
Get missing objects that should present in pack files
|
Set<String> |
getNonCommitHeads()
Get refs/heads/* which point to non-commit object
|
public Set<FsckError.CorruptObject> getCorruptObjects()
public Set<ObjectId> getMissingObjects()
public Set<FsckError.CorruptIndex> getCorruptIndices()
Copyright © 2019 Eclipse JGit Project. All rights reserved.