Package org.projectnessie.gc.identify
Interface ContentToContentReference
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ContentToContentReferenceConverts a content-object at a specific commit/content-key to a content-reference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentReferencecontentToReference(@NotNull @NotNull org.projectnessie.model.Content content, @NotNull @NotNull java.lang.String commitId, @NotNull @NotNull org.projectnessie.model.ContentKey key)
-
-
-
Method Detail
-
contentToReference
ContentReference contentToReference(@NotNull @NotNull @NotNull @NotNull org.projectnessie.model.Content content, @NotNull @NotNull @NotNull @NotNull java.lang.String commitId, @NotNull @NotNull @NotNull @NotNull org.projectnessie.model.ContentKey key)
-
-