|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.BaseReceivePack.FirstLine
public static class BaseReceivePack.FirstLine
Data in the first line of a request, the line itself plus capabilities.
Constructor Summary | |
---|---|
BaseReceivePack.FirstLine(java.lang.String line)
Parse the first line of a receive-pack request. |
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getCapabilities()
|
java.lang.String |
getLine()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseReceivePack.FirstLine(java.lang.String line)
line
- line from the client.Method Detail |
---|
public java.lang.String getLine()
public java.util.Set<java.lang.String> getCapabilities()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |