Uses of Class
org.eclipse.jgit.internal.transport.parser.FirstCommand
-
Packages that use FirstCommand Package Description org.eclipse.jgit.internal.transport.parser org.eclipse.jgit.transport 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 FirstCommand Modifier and Type Method Description static FirstCommand
FirstCommand. fromLine(java.lang.String line)
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 FirstCommand Modifier and Type Field Description private FirstCommand
ReceivePack.FirstLine. command
Deprecated.
-