Uses of Enum Class
org.eclipse.jgit.lib.IndexDiff.StageState
Packages that use IndexDiff.StageState
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of IndexDiff.StageState in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return types with arguments of type IndexDiff.StageStateModifier and TypeMethodDescriptionStatus.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.StageStateMethods in org.eclipse.jgit.lib that return IndexDiff.StageStateModifier and TypeMethodDescription(package private) static IndexDiff.StageStateIndexDiff.StageState.fromMask(int stageMask) static IndexDiff.StageStateReturns the enum constant of this class with the specified name.static IndexDiff.StageState[]IndexDiff.StageState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.lib that return types with arguments of type IndexDiff.StageStateModifier and TypeMethodDescriptionIndexDiff.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.StageStateModifier and TypeMethodDescriptionprivate static StringStatus.getStageStateDescription(IndexDiff.StageState stageState) Method parameters in org.eclipse.jgit.pgm with type arguments of type IndexDiff.StageStateModifier and TypeMethodDescriptionprivate voidStatus.printUnmerged(Map<String, IndexDiff.StageState> unmergedStates)