Package org.projectnessie.versioned
Interface NamedRef
-
- All Superinterfaces:
Ref
- All Known Subinterfaces:
BranchName,DetachedRef,TagName
public interface NamedRef extends Ref
A ref that has a name. Includes both branches and tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Get The reference's name.
-