com.atlassian.jira.util
Class ListOrderedMessageSetImpl

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

public class ListOrderedMessageSetImpl
extends AbstractMessageSet

Is a message set that keeps the messages and warnings in the order in which they were added.

Since:
v3.13

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.MessageSet
MessageSet.Level, MessageSet.MessageLink
 
Constructor Summary
ListOrderedMessageSetImpl()
           
 
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

ListOrderedMessageSetImpl

public ListOrderedMessageSetImpl()


Copyright © 2002-2012 Atlassian. All Rights Reserved.