Class RevBlob

All Implemented Interfaces:
Serializable, Comparable<AnyObjectId>

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

    • RevBlob

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

    • 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