- java.lang.Object
-
- org.eclipse.jgit.transport.UploadPack.FirstLine
-
- Enclosing class:
- UploadPack
@Deprecated public static class UploadPack.FirstLine extends Object
Deprecated.UseFirstWantinsteadData in the first line of a want-list, the line itself plus options.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetLine()Deprecated.Set<String>getOptions()Deprecated.
-
-
-
Constructor Detail
-
FirstLine
public FirstLine(String line)
Deprecated.- Parameters:
line- line from the client.
-
-