Uses of Class
org.eclipse.jgit.lib.IndexDiff.StageState
-
Packages that use IndexDiff.StageState 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 -
-
Uses of IndexDiff.StageState in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return types with arguments of type IndexDiff.StageState Modifier and Type Method Description java.util.Map<java.lang.String,IndexDiff.StageState>
Status. getConflictingStageState()
Get StageState of conflicting files -
Uses of IndexDiff.StageState in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type IndexDiff.StageState Modifier and Type Field Description private java.util.Map<java.lang.String,IndexDiff.StageState>
IndexDiff. conflicts
Methods in org.eclipse.jgit.lib that return IndexDiff.StageState Modifier and Type Method 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.Methods in org.eclipse.jgit.lib that return types with arguments of type IndexDiff.StageState Modifier and Type Method Description java.util.Map<java.lang.String,IndexDiff.StageState>
IndexDiff. getConflictingStageStates()
Get the map from each path ofIndexDiff.getConflicting()
to its correspondingIndexDiff.StageState
-
Uses of IndexDiff.StageState in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type IndexDiff.StageState Modifier and Type Method Description private static java.lang.String
Status. getStageStateDescription(IndexDiff.StageState stageState)
Method parameters in org.eclipse.jgit.pgm with type arguments of type IndexDiff.StageState Modifier and Type Method Description private void
Status. printUnmerged(java.util.Map<java.lang.String,IndexDiff.StageState> unmergedStates)
-