Uses of Class
org.eclipse.jgit.pgm.CommandRef
Packages that use CommandRef
-
Uses of CommandRef in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type CommandRefMethods in org.eclipse.jgit.pgm that return CommandRefModifier and TypeMethodDescriptionstatic CommandRef[]
CommandCatalog.all()
Get all commands sorted by their namestatic CommandRef[]
CommandCatalog.common()
Get all common commands sorted by their namestatic CommandRef
Locate a single command by its user friendly name.private static CommandRef[]
CommandCatalog.toSortedArray
(Collection<CommandRef> c) Method parameters in org.eclipse.jgit.pgm with type arguments of type CommandRefModifier and TypeMethodDescriptionprivate static CommandRef[]
CommandCatalog.toSortedArray
(Collection<CommandRef> c) -
Uses of CommandRef in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type CommandRefModifier and TypeMethodDescription(package private) abstract void
ShowCommands.Format.print
(ThrowingPrintWriter err, CommandRef c)