sharpster.common
Class CVSConflictResponse

java.lang.Object
  |
  +--sharpster.common.Response
        |
        +--sharpster.common.CVSConflictResponse
All Implemented Interfaces:
java.io.Serializable

public class CVSConflictResponse
extends Response
implements java.io.Serializable

A response containing information about a CVS conflict.

See Also:
Serialized Form

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

CVSConflictResponse

public CVSConflictResponse()
Method Detail

getType

public int getType()
Returns the type of this response.

Specified by:
getType in class Response

getFiles

public sharpster.common.FileCollection getFiles()
Returns the FileCollection with information about the files which has caused the conflict.


setFiles

public void setFiles(sharpster.common.FileCollection files)
Sets the FileCollection with information about the files which has caused the conflict.


toString

public java.lang.String toString()
Overrides:
toString in class Response