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>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intgetType()Get Git object type.(package private) void(package private) voidparseHeaders(RevWalk walk) Methods inherited from class RevObject
add, add, appendCoreFlags, getId, has, hasAll, hasAny, remove, remove, toStringMethods inherited from class ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
-
Constructor Details
-
RevBlob
Create a new blob reference.- Parameters:
id- object name for the blob.
-
-
Method Details
-
getType
-
parseHeaders
void parseHeaders(RevWalk walk) throws MissingObjectException, IncorrectObjectTypeException, IOException - Specified by:
parseHeadersin classRevObject- Throws:
MissingObjectExceptionIncorrectObjectTypeExceptionIOException
-
parseBody
void parseBody(RevWalk walk) throws MissingObjectException, IncorrectObjectTypeException, IOException - Specified by:
parseBodyin classRevObject- Throws:
MissingObjectExceptionIncorrectObjectTypeExceptionIOException
-