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​(java.lang.String name)
      Create a new tag reference.
      • Methods inherited from interface org.projectnessie.versioned.NamedRef

        getName
    • Method Detail

      • of

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