Package org.projectnessie.gc.iceberg
Class IcebergContentToContentReference
- java.lang.Object
-
- org.projectnessie.gc.iceberg.IcebergContentToContentReference
-
- All Implemented Interfaces:
org.projectnessie.gc.identify.ContentToContentReference
public final class IcebergContentToContentReference extends java.lang.Object implements org.projectnessie.gc.identify.ContentToContentReference
-
-
Field Summary
Fields Modifier and Type Field Description static IcebergContentToContentReferenceINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.projectnessie.gc.contents.ContentReferencecontentToReference(org.projectnessie.model.Content content, java.lang.String commitId, org.projectnessie.model.ContentKey key)
-
-
-
Field Detail
-
INSTANCE
public static final IcebergContentToContentReference INSTANCE
-
-
Method Detail
-
contentToReference
public org.projectnessie.gc.contents.ContentReference contentToReference(org.projectnessie.model.Content content, java.lang.String commitId, org.projectnessie.model.ContentKey key)- Specified by:
contentToReferencein interfaceorg.projectnessie.gc.identify.ContentToContentReference
-
-