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 Object
Deprecated.UseFirstCommand
instead.Data in the first line of a request, the line itself plus capabilities.- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>
getCapabilities()
Deprecated.String
getLine()
Deprecated.
-
-
-
Constructor Detail
-
FirstLine
public FirstLine(String line)
Deprecated.Parse the first line of a receive-pack request.- Parameters:
line
- line from the client.
-
-