java.lang.Object
org.eclipse.jgit.transport.UploadPack.FirstLine
- Enclosing class:
- UploadPack
Deprecated.
Data in the first line of a want-list, the line itself plus options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine()
Deprecated.Get non-capabilities part of the lineDeprecated.Get capabilities parsed from the line
-
Constructor Details
-
FirstLine
Deprecated.- Parameters:
line
- line from the client.
-
-
Method Details
-
getLine
Deprecated.Get non-capabilities part of the line- Returns:
- non-capabilities part of the line.
-
getOptions
Deprecated.Get capabilities parsed from the line- Returns:
- capabilities parsed from the line.
-
FirstWant
instead