allensoft.javacvs.client
Class CVSResponse.Message

java.lang.Object
  |
  +--allensoft.javacvs.client.CVSResponse.Message
Enclosing class:
CVSResponse

public static class CVSResponse.Message
extends java.lang.Object

Defines a message that was received from the server that should be displayed to the user.


Constructor Summary
CVSResponse.Message(boolean bIsStdErr, java.lang.String sMessage)
           
 
Method Summary
 java.lang.String getText()
          Gets the text of the message.
 boolean isStdErrMessage()
          Determines if this message should be displayed on stderr or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSResponse.Message

public CVSResponse.Message(boolean bIsStdErr,
                           java.lang.String sMessage)
Method Detail

isStdErrMessage

public boolean isStdErrMessage()
Determines if this message should be displayed on stderr or not.

getText

public java.lang.String getText()
Gets the text of the message.