Class RevBlob

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AnyObjectId>

    public class RevBlob
    extends RevObject
    A binary file, or a symbolic link.
    See Also:
    Serialized Form
    • Constructor Detail

      • RevBlob

        protected RevBlob​(AnyObjectId id)
        Create a new blob reference.
        Parameters:
        id - object name for the blob.
    • Method Detail

      • getType

        public final int getType()
        Description copied from class: RevObject
        Get Git object type. See Constants.
        Specified by:
        getType in class RevObject
        Returns:
        object type