public class ChangeKindCache
extends java.lang.Object
ChangeKind
per commit.
This is immutable conditioned on the merge strategy (unless the JGit strategy implementation changes, which might invalidate old entries).
Modifier and Type | Class and Description |
---|---|
static class |
ChangeKindCache.Key |
Modifier and Type | Method and Description |
---|---|
ChangeKind |
getChangeKind(ProjectState project,
org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.lib.ObjectId prior,
org.eclipse.jgit.lib.ObjectId next) |
static com.google.inject.Module |
module() |
public static com.google.inject.Module module()
public ChangeKind getChangeKind(ProjectState project, org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next)