Package org.projectnessie.versioned
Interface Operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperation.OperationType
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.projectnessie.model.ContentKeygetKey()The key for this operation.Operation.OperationTypegetType()default booleanshouldMatchHash()Whether the commit expected hash should be reviewed to confirm the key for this operation hasn't changed since the expected hash.
-
-
-
Method Detail
-
shouldMatchHash
@Default default boolean shouldMatchHash()
Whether the commit expected hash should be reviewed to confirm the key for this operation hasn't changed since the expected hash.- Returns:
- True if this operation should match the hash.
-
getKey
org.projectnessie.model.ContentKey getKey()
The key for this operation.
-
getType
Operation.OperationType getType()
-
-