Uses of Class
org.eclipse.jgit.pgm.Daemon.KetchServerType
-
Packages that use Daemon.KetchServerType Package Description org.eclipse.jgit.pgm -
-
Uses of Daemon.KetchServerType in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as Daemon.KetchServerType Modifier and Type Field Description (package private) Daemon.KetchServerType
Daemon. ketchServerType
Methods in org.eclipse.jgit.pgm that return Daemon.KetchServerType Modifier and Type Method Description static Daemon.KetchServerType
Daemon.KetchServerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Daemon.KetchServerType[]
Daemon.KetchServerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-