Package org.projectnessie.versioned
Interface BranchName
-
-
Method Summary
Static Methods Modifier and Type Method Description static BranchNameof(java.lang.String name)Create a new branch reference.
-
-
-
Method Detail
-
of
@Nonnull @Nonnull static BranchName of(@Nonnull @Nonnull java.lang.String name)
Create a new branch reference.- Parameters:
name- the branch name- Returns:
- an instance of
BranchNamefor the provided name
-
-