Package rma.util
Class PerforceReport.MessageFormatter
java.lang.Object
rma.util.PerforceReport.MessageFormatter
- Enclosing class:
- PerforceReport
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addErrorMessage
(String message) Adds a feature to the ErrorMessage attribute of the MessageFormatter objectvoid
addMessage
(String message) Adds a feature to the Message attribute of the MessageFormatter objectvoid
Method DescriptionGets the NextErrorMessage attribute of the MessageFormatter objectGets the NextMessage attribute of the MessageFormatter objectint
-
Method Details
-
addMessage
Adds a feature to the Message attribute of the MessageFormatter object- Parameters:
message
- The feature to be added to the Message attribute
-
addErrorMessage
Adds a feature to the ErrorMessage attribute of the MessageFormatter object- Parameters:
message
- The feature to be added to the ErrorMessage attribute
-
clearMessages
public void clearMessages()Method Description -
getNextMessage
Gets the NextMessage attribute of the MessageFormatter object- Returns:
- The NextMessage value
-
getNumMessages
public int getNumMessages() -
getNextErrorMessage
Gets the NextErrorMessage attribute of the MessageFormatter object- Returns:
- The NextErrorMessage value
-