Uses of Enum Class
org.eclipse.jgit.api.ResetCommand.ResetType
Packages that use ResetCommand.ResetType
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of ResetCommand.ResetType in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as ResetCommand.ResetTypeMethods in org.eclipse.jgit.api that return ResetCommand.ResetTypeModifier and TypeMethodDescriptionstatic ResetCommand.ResetType
Returns the enum constant of this class with the specified name.static ResetCommand.ResetType[]
ResetCommand.ResetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type ResetCommand.ResetTypeModifier and TypeMethodDescriptionResetCommand.setMode
(ResetCommand.ResetType mode) Set the reset mode -
Uses of ResetCommand.ResetType in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that return ResetCommand.ResetTypeModifier and TypeMethodDescriptionprivate static ResetCommand.ResetType
Reset.selectMode
(ResetCommand.ResetType mode, ResetCommand.ResetType want) Methods in org.eclipse.jgit.pgm with parameters of type ResetCommand.ResetTypeModifier and TypeMethodDescriptionprivate static ResetCommand.ResetType
Reset.selectMode
(ResetCommand.ResetType mode, ResetCommand.ResetType want)