public class PatchListLoader extends com.google.common.cache.CacheLoader<PatchListKey,PatchList>
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jgit.revwalk.RevTree |
automerge(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit b) |
static org.eclipse.jgit.revwalk.RevTree |
automerge(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit b,
boolean save) |
PatchList |
load(PatchListKey key) |
public PatchList load(PatchListKey key) throws java.io.IOException, PatchListNotAvailableException
load in class com.google.common.cache.CacheLoader<PatchListKey,PatchList>java.io.IOExceptionPatchListNotAvailableExceptionpublic static org.eclipse.jgit.revwalk.RevTree automerge(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit b)
throws java.io.IOException
java.io.IOExceptionpublic static org.eclipse.jgit.revwalk.RevTree automerge(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit b,
boolean save)
throws java.io.IOException
java.io.IOException