Package rma.util

Class PerforceReport.MessageFormatter

java.lang.Object
rma.util.PerforceReport.MessageFormatter
Enclosing class:
PerforceReport

public final class PerforceReport.MessageFormatter extends Object
  • Method Details

    • addMessage

      public void addMessage(String message)
      Adds a feature to the Message attribute of the MessageFormatter object
      Parameters:
      message - The feature to be added to the Message attribute
    • addErrorMessage

      public void addErrorMessage(String message)
      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

      public String getNextMessage()
      Gets the NextMessage attribute of the MessageFormatter object
      Returns:
      The NextMessage value
    • getNumMessages

      public int getNumMessages()
    • getNextErrorMessage

      public String getNextErrorMessage()
      Gets the NextErrorMessage attribute of the MessageFormatter object
      Returns:
      The NextErrorMessage value