Package | Description |
---|---|
com.deepshiftlabs.nerrvana |
Modifier and Type | Field and Description |
---|---|
List<UserMessage> |
Platform.messages |
SortedMap<UserMessageLevel,List<UserMessage>> |
Platform.sortedMessages |
Modifier and Type | Method and Description |
---|---|
static SortedMap<UserMessageLevel,List<UserMessage>> |
UserMessage.getAllUserMessages(Document doc)
Collects all messages in the document and converts them into map of the following form:
[key - UserMessageLevel] => [value - list of the UserMessage objects of the given level]
|
List<UserMessage> |
Platform.getMessages() |
static SortedMap<UserMessageLevel,List<UserMessage>> |
UserMessage.getPlatformUserMessages(Node nodePlatform)
Collects all messages for the given platform and converts them into map of the following form:
[key - UserMessageLevel] => [value - list of the UserMessage objects of the given level]
|
SortedMap<UserMessageLevel,List<UserMessage>> |
Platform.getSortedMessages() |
Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.