sharpster.common
Class CVSOutputResponse

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

public class CVSOutputResponse
extends Response
implements java.io.Serializable

A response containing output from the CVS.

See Also:
Serialized Form

Constructor Summary
CVSOutputResponse()
           
 
Method Summary
 java.lang.String getMessage()
          Returns the message created by the CVS.
 int getType()
          Returns the type of this response.
 void setMessage(java.lang.String message)
          Sets the message created by the CVS.
 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

CVSOutputResponse

public CVSOutputResponse()
Method Detail

getType

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

Specified by:
getType in class Response

getMessage

public java.lang.String getMessage()
Returns the message created by the CVS.


setMessage

public void setMessage(java.lang.String message)
Sets the message created by the CVS.


toString

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