Interface TagName

All Superinterfaces:
NamedRef, Ref

@Immutable public interface TagName extends NamedRef
A pointer to a hash.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static TagName
    of(String name)
    Create a new tag reference.

    Methods inherited from interface org.projectnessie.versioned.NamedRef

    getName
  • Method Details

    • of

      @Nonnull static TagName of(@Nonnull String name)
      Create a new tag reference.
      Parameters:
      name - the tag name
      Returns:
      an instance of TagName for the provided name