|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--allensoft.javacvs.client.CVSCommunicationsObject | +--allensoft.javacvs.client.CVSResponse | +--allensoft.javacvs.client.LogResponse
Defines a response for a log request.
Inner Class Summary | |
static class |
LogResponse.LogDetails
|
static class |
LogResponse.RevisionDetails
|
Inner classes inherited from class allensoft.javacvs.client.CVSResponse |
CVSResponse.Message |
Constructor Summary | |
LogResponse(LogRequest request)
|
Method Summary | |
protected void |
endOfResponse()
Overridden to create objects represeting text from messages. |
LogResponse.LogDetails |
getLogDetails(int n)
|
int |
getLogDetailsCount()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogResponse(LogRequest request)
Method Detail |
public int getLogDetailsCount()
public LogResponse.LogDetails getLogDetails(int n)
protected void endOfResponse()
endOfResponse
in class CVSResponse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |