org.eclipse.jgit.transport
Class UploadPack.FirstLine

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

public static class UploadPack.FirstLine
extends Object

Data in the first line of a request, the line itself plus options.


Constructor Summary
UploadPack.FirstLine(String line)
          Parse the first line of a receive-pack request.
 
Method Summary
 String getLine()
           
 Set<String> getOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadPack.FirstLine

public UploadPack.FirstLine(String line)
Parse the first line of a receive-pack request.

Parameters:
line - line from the client.
Method Detail

getLine

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

getOptions

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


Copyright © 2013. All Rights Reserved.