Uses of Class
org.eclipse.jgit.lib.GpgConfig.GpgFormat
-
Packages that use GpgConfig.GpgFormat Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgConfig.GpgFormat in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgConfig.GpgFormat Modifier and Type Method Description GpgConfig.GpgFormat
GpgConfig. getKeyFormat()
Retrieves the config value of gpg.format.static GpgConfig.GpgFormat
GpgConfig.GpgFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static GpgConfig.GpgFormat[]
GpgConfig.GpgFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-