Package | Description |
---|---|
org.jboss.dashboard.commons.message |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessage
Base implementation of the Message interface.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
MessageList.getMessagesForElement(Object element)
Retrieves from the list of messages those elements that produces the specified message code.
|
List<Message> |
MessageList.getMessagesOfType(int type) |
List<Message> |
MessageList.getMessagesWithCode(String messageCode)
Retrieves from the list of messages those elements that produces the specified message code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MessageList.addAll(Collection<Message> c,
boolean discardDuplicates) |
Constructor and Description |
---|
MessageList(Collection<Message> c) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.