Uses of Interface
org.projectnessie.model.Base
-
Packages that use Base Package Description org.projectnessie.model -
-
Uses of Base in org.projectnessie.model
Subinterfaces of Base in org.projectnessie.model Modifier and Type Interface Description interfaceBranchAPI representation of a Nessie Branch.interfaceDetachedAPI representation of a detached Nessie commit, a commit without a named reference.interfaceReferenceinterfaceTagAPI representation of a Nessie Tag.Classes in org.projectnessie.model that implement Base Modifier and Type Class Description classImmutableBranchImmutable implementation ofBranch.classImmutableDetachedImmutable implementation ofDetached.classImmutableTagImmutable implementation ofTag.
-