Uses of Class
org.eclipse.jgit.internal.transport.parser.FirstCommand
Packages that use FirstCommand
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of FirstCommand in org.eclipse.jgit.internal.transport.parser
Methods in org.eclipse.jgit.internal.transport.parser that return FirstCommandModifier and TypeMethodDescriptionstatic FirstCommand
Parse the first line of a receive-pack request. -
Uses of FirstCommand in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as FirstCommandModifier and TypeFieldDescriptionprivate final FirstCommand
ReceivePack.FirstLine.command
Deprecated.