Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.pgm |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IndexDiff.StageState> |
Status.getConflictingStageState()
Get StageState of conflicting files
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,IndexDiff.StageState> |
IndexDiff.conflicts |
Modifier and Type | Method and Description |
---|---|
(package private) static IndexDiff.StageState |
IndexDiff.StageState.fromMask(int stageMask) |
static IndexDiff.StageState |
IndexDiff.StageState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexDiff.StageState[] |
IndexDiff.StageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IndexDiff.StageState> |
IndexDiff.getConflictingStageStates()
Get the map from each path of
IndexDiff.getConflicting() to its
corresponding IndexDiff.StageState |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
Status.getStageStateDescription(IndexDiff.StageState stageState) |
Modifier and Type | Method and Description |
---|---|
private void |
Status.printUnmerged(java.util.Map<java.lang.String,IndexDiff.StageState> unmergedStates) |