Uses of Enum
org.eclipse.jgit.api.VerifySignatureCommand.VerifyMode
Packages that use VerifySignatureCommand.VerifyMode
-
Uses of VerifySignatureCommand.VerifyMode in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as VerifySignatureCommand.VerifyModeMethods in org.eclipse.jgit.api that return VerifySignatureCommand.VerifyModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static VerifySignatureCommand.VerifyMode[]
VerifySignatureCommand.VerifyMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type VerifySignatureCommand.VerifyModeModifier and TypeMethodDescriptionVerifySignatureCommand.setMode
(VerifySignatureCommand.VerifyMode mode) Sets the mode of operation for this command.