Package org.eclipse.jgit.revwalk
Class RevBlob
- java.lang.Object
-
- org.eclipse.jgit.lib.AnyObjectId
-
- org.eclipse.jgit.lib.ObjectId
-
- org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
-
- org.eclipse.jgit.revwalk.RevObject
-
- org.eclipse.jgit.revwalk.RevBlob
-
- All Implemented Interfaces:
Serializable
,Comparable<AnyObjectId>
public class RevBlob extends RevObject
A binary file, or a symbolic link.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RevBlob(AnyObjectId id)
Create a new blob reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
Get Git object type.-
Methods inherited from class org.eclipse.jgit.revwalk.RevObject
add, add, appendCoreFlags, getId, has, hasAll, hasAny, remove, remove, toString
-
Methods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
-
-
-
-
Constructor Detail
-
RevBlob
protected RevBlob(AnyObjectId id)
Create a new blob reference.- Parameters:
id
- object name for the blob.
-
-