public final class GitmoduleEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AnyObjectId |
blobId |
private AnyObjectId |
treeId |
| Constructor and Description |
|---|
GitmoduleEntry(AnyObjectId treeId,
AnyObjectId blobId)
A record of (tree, blob) for a .gitmodule file in a pack
|
| Modifier and Type | Method and Description |
|---|---|
AnyObjectId |
getBlobId() |
AnyObjectId |
getTreeId() |
private final AnyObjectId treeId
private final AnyObjectId blobId
public GitmoduleEntry(AnyObjectId treeId, AnyObjectId blobId)
treeId - tree id containing a .gitmodules entryblobId - id of the blob of the .gitmodules filepublic AnyObjectId getBlobId()
public AnyObjectId getTreeId()