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
Methods in org.eclipse.jgit.lib that return IndexDiff.StageStateModifier and TypeMethodDescriptionstatic IndexDiff.StageState
Returns 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