Package org.eclipse.jgit.transport
Class UploadPack.FirstLine
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
firstWant
Deprecated.
-
-
Constructor Details
-
FirstLine
Deprecated.- Parameters:
line
- line from the client.
-
-
Method Details
-
getLine
Deprecated.- Returns:
- non-capabilities part of the line.
-
getOptions
Deprecated.- Returns:
- capabilities parsed from the line.
-
FirstWant
instead