Package org.eclipse.jgit.lib
Class GitmoduleEntry
java.lang.Object
org.eclipse.jgit.lib.GitmoduleEntry
A .gitmodules file found in the pack. Store the blob of the file itself (e.g.
to access its contents) and the tree where it was found (e.g. to check if it
is in the root)
- Since:
- 4.7.5
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGitmoduleEntry
(AnyObjectId treeId, AnyObjectId blobId) A record of (tree, blob) for a .gitmodule file in a pack -
Method Summary
-
Field Details
-
treeId
-
blobId
-
-
Constructor Details
-
GitmoduleEntry
A record of (tree, blob) for a .gitmodule file in a pack- Parameters:
treeId
- tree id containing a .gitmodules entryblobId
- id of the blob of the .gitmodules file
-
-
Method Details
-
getBlobId
- Returns:
- Id of a .gitmodules file found in the pack
-
getTreeId
- Returns:
- Id of a tree object where the .gitmodules file was found
-