Uses of Class
org.eclipse.jgit.pgm.CommandRef
-
Packages that use CommandRef Package Description org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug -
-
Uses of CommandRef in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type CommandRef Modifier and Type Field Description private java.util.Map<java.lang.String,CommandRef>CommandCatalog. commandsMethods in org.eclipse.jgit.pgm that return CommandRef Modifier and Type Method Description static CommandRef[]CommandCatalog. all()Get all commands sorted by their namestatic CommandRef[]CommandCatalog. common()Get all common commands sorted by their namestatic CommandRefCommandCatalog. get(java.lang.String name)Locate a single command by its user friendly name.private static CommandRef[]CommandCatalog. toSortedArray(java.util.Collection<CommandRef> c)Method parameters in org.eclipse.jgit.pgm with type arguments of type CommandRef Modifier and Type Method Description private static CommandRef[]CommandCatalog. toSortedArray(java.util.Collection<CommandRef> c) -
Uses of CommandRef in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type CommandRef Modifier and Type Method Description (package private) abstract voidShowCommands.Format. print(ThrowingPrintWriter err, CommandRef c)
-