Uses of Class
org.eclipse.jgit.internal.transport.parser.FirstCommand
-
Packages that use FirstCommand Package Description org.eclipse.jgit.internal.transport.parser -
-
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 FirstCommandFirstCommand. fromLine(String line)Parse the first line of a receive-pack request.
-