public final class GitmoduleEntry extends Object
| 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() |
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()
Copyright © 2019 Eclipse JGit Project. All rights reserved.