Class UploadPack.FirstLine

java.lang.Object
org.eclipse.jgit.transport.UploadPack.FirstLine
Enclosing class:
UploadPack

@Deprecated public static class UploadPack.FirstLine extends Object
Deprecated.
Use FirstWant instead
Data in the first line of a want-list, the line itself plus options.
  • Field Details

    • firstWant

      private final FirstWant firstWant
      Deprecated.
  • Constructor Details

    • FirstLine

      public FirstLine(String line)
      Deprecated.
      Parameters:
      line - line from the client.
  • Method Details

    • getLine

      public String getLine()
      Deprecated.
      Returns:
      non-capabilities part of the line.
    • getOptions

      public Set<String> getOptions()
      Deprecated.
      Returns:
      capabilities parsed from the line.