Package org.eclipse.jgit.transport
Class ReceivePack.FirstLine
- java.lang.Object
-
- org.eclipse.jgit.transport.ReceivePack.FirstLine
-
- Enclosing class:
- ReceivePack
@Deprecated public static class ReceivePack.FirstLine extends java.lang.Object
Deprecated.UseFirstCommand
instead.Data in the first line of a request, the line itself plus capabilities.- Since:
- 5.6
-
-
Field Summary
Fields Modifier and Type Field Description private FirstCommand
command
Deprecated.
-
Constructor Summary
Constructors Constructor Description FirstLine(java.lang.String line)
Deprecated.Parse the first line of a receive-pack request.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getCapabilities()
Deprecated.java.lang.String
getLine()
Deprecated.
-
-
-
Field Detail
-
command
private final FirstCommand command
Deprecated.
-
-