|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectIdOwnerMap.Entry | |
---|---|
org.eclipse.jgit.lib | Core API for repository, config, refs, object database. |
org.eclipse.jgit.revplot | Building/rendering revision graphs. |
org.eclipse.jgit.revwalk | Walking revision graphs (commit history). |
org.eclipse.jgit.storage.pack | Reading/writing Git pack files. |
org.eclipse.jgit.transport | Transport (fetch/push) for different protocols. |
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.lib |
---|
Classes in org.eclipse.jgit.lib with type parameters of type ObjectIdOwnerMap.Entry | |
---|---|
class |
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
Fast, efficient map for ObjectId subclasses in only one map. |
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revplot |
---|
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revplot | |
---|---|
class |
PlotCommit<L extends PlotLane>
A commit reference to a commit in the DAG. |
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revwalk |
---|
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revwalk | |
---|---|
static class |
DepthWalk.Commit
RevCommit with a depth (in commits) from a root. |
class |
RevBlob
A binary file, or a symbolic link. |
class |
RevCommit
A commit reference to a commit in the DAG. |
class |
RevObject
Base object type accessed during revision walking. |
class |
RevTag
An annotated tag. |
class |
RevTree
A reference to a tree of subtrees/files. |
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.storage.pack |
---|
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.storage.pack | |
---|---|
class |
ObjectToPack
Per-object state used by PackWriter . |
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.transport |
---|
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.transport | |
---|---|
class |
PackedObjectInfo
Description of an object stored in a pack file, including offset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |