com.atlassian.jira.util
Class MessageSetImpl

java.lang.Object
  extended by com.atlassian.jira.util.AbstractMessageSet
      extended by com.atlassian.jira.util.MessageSetImpl
All Implemented Interfaces:
MessageSet

@PublicApi
public class MessageSetImpl
extends AbstractMessageSet

Message set implementation that uses the messages natural ordering to sort the messages that are added.

Since:
v3.13

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.MessageSet
MessageSet.Level, MessageSet.MessageLink
 
Constructor Summary
MessageSetImpl()
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.util.AbstractMessageSet
addErrorMessage, addErrorMessage, addErrorMessageInEnglish, addMessage, addMessage, addMessageSet, addWarningMessage, addWarningMessage, addWarningMessageInEnglish, equals, getErrorMessages, getErrorMessagesInEnglish, getLinkForError, getLinkForWarning, getWarningMessages, getWarningMessagesInEnglish, hasAnyErrors, hasAnyMessages, hasAnyWarnings, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageSetImpl

public MessageSetImpl()


Copyright © 2002-2012 Atlassian. All Rights Reserved.