public interface CommitValueResolver
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolve(@NotNull Revision changeRevision,
@NotNull NodeDocument doc)
Resolve a change revision on the given document and return the commit
value for the change revision.
|
java.lang.String resolve(@NotNull @NotNull Revision changeRevision, @NotNull @NotNull NodeDocument doc)
changeRevision
- the revision for a change.doc
- the document with the change.Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.