|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sharpster.common.Response | +--sharpster.common.CVSConflictResponse
A response containing information about a CVS conflict.
Constructor Summary | |
CVSConflictResponse()
|
Method Summary | |
sharpster.common.FileCollection |
getFiles()
Returns the FileCollection with information about the files which has caused the conflict. |
int |
getType()
Returns the type of this response. |
void |
setFiles(sharpster.common.FileCollection files)
Sets the FileCollection with information about the files which has caused the conflict. |
java.lang.String |
toString()
|
Methods inherited from class sharpster.common.Response |
getOrigin, getUser, isError, setError, setOrigin, setUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CVSConflictResponse()
Method Detail |
public int getType()
getType
in class Response
public sharpster.common.FileCollection getFiles()
public void setFiles(sharpster.common.FileCollection files)
public java.lang.String toString()
toString
in class Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |