|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gitective.core.RepositoryUtils.RefDiff
public static class RepositoryUtils.RefDiff
Wrapper class for a remote and local ref that are different
| Constructor Summary | |
|---|---|
protected |
RepositoryUtils.RefDiff(org.eclipse.jgit.lib.Ref local,
org.eclipse.jgit.lib.Ref remote)
Create ref diff |
| Method Summary | |
|---|---|
org.eclipse.jgit.lib.Ref |
getLocal()
Get local ref. |
org.eclipse.jgit.lib.Ref |
getRemote()
Get non-null remote ref |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RepositoryUtils.RefDiff(org.eclipse.jgit.lib.Ref local,
org.eclipse.jgit.lib.Ref remote)
local - remote - | Method Detail |
|---|
public org.eclipse.jgit.lib.Ref getLocal()
public org.eclipse.jgit.lib.Ref getRemote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||